Method Summary |
|
public boolean | getCiteConformanceHacks() |
public int | getServiceLevel() Access serviceLevel property. |
public boolean | isFeatureBounding() Returns whether the gml returned by getFeature includes an
auto-calculated bounds element on each feature or not. |
public boolean | isSrsXmlStyle() Whether the srs xml attribute should be in the EPSG:4326 (non-xml)
style, or in the http://www.opengis.net/gml/srs/epsg.xml#4326 style. |
public void | setCiteConformanceHacks(boolean on) turn on/off the citeConformanceHacks option. |
public void | setFeatureBounding(boolean featureBounding) Sets whether the gml returned by getFeature includes an auto-calculated
bounds element on each feature or not. |
public void | setServiceLevel(int serviceLevel) Set serviceLevel to serviceLevel. |
public void | setSrsXmlStyle(boolean doXmlStyle) Sets whether the srs xml attribute should be in the EPSG:4326 (non-xml)
style, or in the http://www.opengis.net/gml/srs/epsg.xml#4326 style. |
public WFSDTO | toDTO() Implement toDTO. |
public void | update(WFSDTO dto) Implement loadDTO. |