Package com.luciad.format.gml2.model
Class TLcdGML2PointProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml2.model.TLcdGML2GeometryAssociation
com.luciad.format.gml2.model.TLcdGML2PointProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
Encapsulates a single point to represent position, location, or
centerOf properties.
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QName
static 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
ConstructorDescriptionTLcdGML2PointProperty
(QName aType) Creates a new instance and initializes its type property to the given QName.TLcdGML2PointProperty
(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. -
POINT_PROPERTY
-
LOCATION
-
POSITION
-
CENTER_OF
-
-
Constructor Details
-
TLcdGML2PointProperty
public TLcdGML2PointProperty() -
TLcdGML2PointProperty
-
TLcdGML2PointProperty
Creates a new instance and initializes its type property to the given QName.- See Also:
-
TLcdGML2PointProperty
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.
-