org.gwtopenmaps.openlayers.client.format
Class GML3Options
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.format.GML3Options
public class GML3Options
- extends JSObjectWrapper
Properties to be initialized for any GML3 by passing this object to the constructor
- Author:
- Mikael Couzic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GML3Options
protected GML3Options(JSObject jsObject)
GML3Options
public GML3Options(String featureNS,
String featureType)
- There is no no-argument constructor for this class.
The unique constructor takes arguments that are absolutely required for the GML parser to work.
- Parameters:
featureNS
- Feature namespace. For example : "http://www.openplans.org/topp"featureType
- Local (without prefix) feature typeName. For example : "states"
setFeatureNS
public void setFeatureNS(String featureNS)
setFeatureType
public void setFeatureType(String featureType)
setGeometryName
public void setGeometryName(String geometryName)
Copyright © 2011 sourceforge. All Rights Reserved.