Package com.luciad.format.gml2.model
Class TLcdGML2PolygonProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml2.model.TLcdGML2GeometryAssociation
com.luciad.format.gml2.model.TLcdGML2PolygonProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
Encapsulates a single polygon to represent coverage or extentOf
properties.
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QName
static final QName
static final QName
static final TLcdDataProperty
Data property that holds the type of this instance.Fields inherited from class com.luciad.format.gml2.model.TLcdGML2GeometryAssociation
GEOMETRY_PROPERTY, LINK_INFO_PROPERTY, LINKED_OBJECT_PROPERTY, REMOTE_SCHEMA_PROPERTY
-
Constructor Summary
ConstructorDescriptionTLcdGML2PolygonProperty
(QName aType) Creates a new instance and initializes its type property to the given QName.TLcdGML2PolygonProperty
(QName aType, TLcdDataType aDataObjectType) Creates a new instance and initializes its type property to the given QName. -
Method Summary
Methods inherited from class com.luciad.format.gml2.model.TLcdGML2GeometryAssociation
getGeometry, getLinkedObject, getLinkInfo, getRemoteSchema, setGeometry, setLinkedObject, setLinkInfo, setRemoteSchema
Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
TYPE_PROPERTY
Data property that holds the type of this instance. The possible values for this property are the publicQName
constants defined in this class. -
EXTENT_OF
-
COVERAGE
-
POLYGON_PROPERTY
-
-
Constructor Details
-
TLcdGML2PolygonProperty
public TLcdGML2PolygonProperty() -
TLcdGML2PolygonProperty
-
TLcdGML2PolygonProperty
Creates a new instance and initializes its type property to the given QName.- See Also:
-
TLcdGML2PolygonProperty
Creates a new instance and initializes its type property to the given QName.- See Also:
-
-
Method Details
-
getType
Returns the value of the property that holds the type of this instance.The possible values for this property are the public
QName
constants defined in this class.- Returns:
- the value of the
TYPE_PROPERTY
property.
-
setType
Sets the value of the property that holds the type of this instance.The possible values for this property are the public
QName
constants defined in this class.- Parameters:
aValue
- the value to set for theTYPE_PROPERTY
property.
-