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 propertyint
Gets the srsDimension propertyGets the srsName propertyString[]
Gets the uomLabels propertyboolean
Checks if axisLabels is setboolean
Checks if srsDimension is setboolean
Checks if srsName is setboolean
Checks if uomLabels is setvoid
setAxisLabels
(String[] axisLabels) Sets the axisLabels propertyvoid
setSrsDimension
(int srsDimension) Sets the srsDimension propertyvoid
setSrsName
(String srsName) Sets the srsName propertyvoid
setUomLabels
(String[] uomLabels) Sets the uomLabels propertyvoid
Unsets 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
-