Method Summary |
|
public Object | clone() Implement clone as a DeepCopy. |
public boolean | equals(Object other) Implement equals. |
public boolean | getCiteConformanceHacks() |
public ServiceDTO | getService() Provides access to the Service DTO object. |
public int | getServiceLevel() Access serviceLevel property. |
public int | hashCode() Implement hashCode. |
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 | setService(ServiceDTO dto) Set this WFS Data Tranfer Object to use the provided Service DTO. |
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. |