Package net.opengis.gml.v32
Interface AbstractGML
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
AbstractCurve
,AbstractFeature
,AbstractGeometry
,AbstractPhysicalProcess
,AbstractProcess
,AbstractSurface
,AbstractTimeGeometricPrimitive
,AbstractTimePrimitive
,AggregateProcess
,DeployedSystem
,Deployment
,DescribedObject
,FeatureCollection
,GenericFeature
,IObservationSeries
,LineString
,Mode
,PhysicalComponent
,PhysicalSystem
,Point
,Polygon
,SimpleProcess
,TimeInstant
,TimePeriod
- All Known Implementing Classes:
AbstractCurveImpl
,AbstractFeatureImpl
,AbstractGeometryImpl
,AbstractGMLImpl
,AbstractProcessImpl
,AbstractTimeGeometricPrimitiveImpl
,AbstractTimePrimitiveImpl
,AggregateProcessImpl
,DeployedSystemImpl
,DeploymentImpl
,DescribedObjectImpl
,ExtensibleFeatureImpl
,FeatureCollectionImpl
,GenericFeatureImpl
,GenericTemporalFeatureImpl
,LineStringImpl
,LineStringJTS
,ModeImpl
,MovingFeature
,ObservationImpl
,ParametricSamplingFeature
,PhysicalComponentImpl
,PhysicalSystemImpl
,PointImpl
,PointJTS
,PolygonImpl
,PolygonJTS
,ProcedureXML
,SamplingCurve
,SamplingFeature
,SamplingPoint
,SamplingPointXYZ
,SamplingSphere
,SamplingSurface
,SimpleProcessImpl
,TimeInstantImpl
,TimePeriodImpl
,ViewingFrustum
,ViewingSector
POJO class for XML type AbstractGMLType(@http://www.opengis.net/gml/3.2).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addName
(CodeWithAuthority name) Adds a new name propertyGets the description propertyGets the descriptionReference propertygetId()
Gets the id propertyGets the identifier propertyGets the list of metaDataProperty propertiesgetName()
Gets the list of name propertiesint
Returns number of name propertiesGets the identifier propertyboolean
Checks if description is setboolean
Checks if descriptionReference is setboolean
Checks if identifier is setvoid
setDescription
(String description) Sets the description propertyvoid
setDescriptionReference
(Reference descriptionReference) Sets the descriptionReference propertyvoid
Sets the id propertyvoid
setIdentifier
(CodeWithAuthority identifier) Sets the identifier propertyvoid
Sets the default namevoid
setUniqueIdentifier
(String identifier) Sets the identifier property
-
Method Details
-
getMetaDataPropertyList
OgcPropertyList<Serializable> getMetaDataPropertyList()Gets the list of metaDataProperty properties -
getDescription
String getDescription()Gets the description property -
isSetDescription
boolean isSetDescription()Checks if description is set -
setDescription
Sets the description property -
getDescriptionReference
Reference getDescriptionReference()Gets the descriptionReference property -
isSetDescriptionReference
boolean isSetDescriptionReference()Checks if descriptionReference is set -
setDescriptionReference
Sets the descriptionReference property -
getIdentifier
CodeWithAuthority getIdentifier()Gets the identifier property -
getUniqueIdentifier
String getUniqueIdentifier()Gets the identifier property -
isSetIdentifier
boolean isSetIdentifier()Checks if identifier is set -
setIdentifier
Sets the identifier property -
setUniqueIdentifier
Sets the identifier property -
getNameList
List<CodeWithAuthority> getNameList()Gets the list of name properties -
getNumNames
int getNumNames()Returns number of name properties -
addName
Adds a new name property -
setName
Sets the default name -
getName
String getName()- Returns:
- the default name
-
getId
String getId()Gets the id property -
setId
Sets the id property
-