Package net.opengis.gml.v32
Interface AbstractGeometry
- All Superinterfaces:
 AbstractGML,Serializable
- All Known Subinterfaces:
 AbstractCurve,AbstractSurface,LineString,Point,Polygon
- All Known Implementing Classes:
 AbstractCurveImpl,AbstractGeometryImpl,LineStringImpl,LineStringJTS,PointImpl,PointJTS,PolygonImpl,PolygonJTS
POJO class for XML type AbstractGeometryType(@http://www.opengis.net/gml/3.2).
 This is a complex type.
- 
Method Summary
Modifier and TypeMethodDescriptionString[]Gets the axisLabels propertyintGets the srsDimension propertyGets the srsName propertyString[]Gets the uomLabels propertybooleanChecks if axisLabels is setbooleanChecks if srsDimension is setbooleanChecks if srsName is setbooleanChecks if uomLabels is setvoidsetAxisLabels(String[] axisLabels) Sets the axisLabels propertyvoidsetSrsDimension(int srsDimension) Sets the srsDimension propertyvoidsetSrsName(String srsName) Sets the srsName propertyvoidsetUomLabels(String[] uomLabels) Sets the uomLabels propertyvoidUnsets the srsDimension propertyMethods inherited from interface net.opengis.gml.v32.AbstractGML
addName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifier 
- 
Method Details
- 
getGeomEnvelope
Envelope getGeomEnvelope()- Returns:
 - the geometry bounding (hyper)rectangle
 
 - 
getSrsName
String getSrsName()Gets the srsName property - 
isSetSrsName
boolean isSetSrsName()Checks if srsName is set - 
setSrsName
Sets the srsName property - 
getSrsDimension
int getSrsDimension()Gets the srsDimension property - 
isSetSrsDimension
boolean isSetSrsDimension()Checks if srsDimension is set - 
setSrsDimension
void setSrsDimension(int srsDimension) Sets the srsDimension property - 
unSetSrsDimension
void unSetSrsDimension()Unsets the srsDimension property - 
getAxisLabels
String[] getAxisLabels()Gets the axisLabels property - 
isSetAxisLabels
boolean isSetAxisLabels()Checks if axisLabels is set - 
setAxisLabels
Sets the axisLabels property - 
getUomLabels
String[] getUomLabels()Gets the uomLabels property - 
isSetUomLabels
boolean isSetUomLabels()Checks if uomLabels is set - 
setUomLabels
Sets the uomLabels property 
 -