org.gwtopenmaps.openlayers.client.format
Class GML3Options

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by 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

Constructor Summary
protected GML3Options(JSObject jsObject)
           
  GML3Options(String featureNS, String featureType)
          There is no no-argument constructor for this class.
 
Method Summary
 void setFeatureNS(String featureNS)
           
 void setFeatureType(String featureType)
           
 void setGeometryName(String geometryName)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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"
Method Detail

setFeatureNS

public void setFeatureNS(String featureNS)

setFeatureType

public void setFeatureType(String featureType)

setGeometryName

public void setGeometryName(String geometryName)


Copyright © 2011 sourceforge. All Rights Reserved.