Package net.opengis.gml.v32.impl
Class AbstractGeometryImpl
java.lang.Object
net.opengis.gml.v32.impl.AbstractGMLImpl
net.opengis.gml.v32.impl.AbstractGeometryImpl
- All Implemented Interfaces:
 Serializable,AbstractGeometry,AbstractGML
- Direct Known Subclasses:
 AbstractCurveImpl,PointImpl,PolygonImpl
POJO class for XML type AbstractGeometryType(@http://www.opengis.net/gml/3.2).
 This is a complex type.
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String[]protected Integerprotected Stringprotected String[]Fields inherited from class net.opengis.gml.v32.impl.AbstractGMLImpl
description, descriptionReference, id, identifier, metaDataPropertyList, nameList, UUID_CODE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected static EnvelopeaddCoordinatesToEnvelope(Envelope env, double[] coords, int nDims) String[]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 class net.opengis.gml.v32.impl.AbstractGMLImpl
addName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifierMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 
- 
Field Details
- 
srsName
 - 
srsDimension
 - 
axisLabels
 - 
uomLabels
 
 - 
 - 
Constructor Details
- 
AbstractGeometryImpl
public AbstractGeometryImpl() 
 - 
 - 
Method Details
- 
getSrsName
Gets the srsName property- Specified by:
 getSrsNamein interfaceAbstractGeometry
 - 
isSetSrsName
public boolean isSetSrsName()Checks if srsName is set- Specified by:
 isSetSrsNamein interfaceAbstractGeometry
 - 
setSrsName
Sets the srsName property- Specified by:
 setSrsNamein interfaceAbstractGeometry
 - 
getSrsDimension
public int getSrsDimension()Gets the srsDimension property- Specified by:
 getSrsDimensionin interfaceAbstractGeometry
 - 
isSetSrsDimension
public boolean isSetSrsDimension()Checks if srsDimension is set- Specified by:
 isSetSrsDimensionin interfaceAbstractGeometry
 - 
setSrsDimension
public void setSrsDimension(int srsDimension) Sets the srsDimension property- Specified by:
 setSrsDimensionin interfaceAbstractGeometry
 - 
unSetSrsDimension
public void unSetSrsDimension()Unsets the srsDimension property- Specified by:
 unSetSrsDimensionin interfaceAbstractGeometry
 - 
getAxisLabels
Gets the axisLabels property- Specified by:
 getAxisLabelsin interfaceAbstractGeometry
 - 
isSetAxisLabels
public boolean isSetAxisLabels()Checks if axisLabels is set- Specified by:
 isSetAxisLabelsin interfaceAbstractGeometry
 - 
setAxisLabels
Sets the axisLabels property- Specified by:
 setAxisLabelsin interfaceAbstractGeometry
 - 
getUomLabels
Gets the uomLabels property- Specified by:
 getUomLabelsin interfaceAbstractGeometry
 - 
isSetUomLabels
public boolean isSetUomLabels()Checks if uomLabels is set- Specified by:
 isSetUomLabelsin interfaceAbstractGeometry
 - 
setUomLabels
Sets the uomLabels property- Specified by:
 setUomLabelsin interfaceAbstractGeometry
 - 
getGeomEnvelope
- Specified by:
 getGeomEnvelopein interfaceAbstractGeometry- Returns:
 - the geometry bounding (hyper)rectangle
 
 - 
addCoordinatesToEnvelope
 
 -