Package com.luciad.format.gml2.model
Class TLcdGML2LineStringProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml2.model.TLcdGML2GeometryAssociation
com.luciad.format.gml2.model.TLcdGML2LineStringProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
Encapsulates a single LineString to represent centerLineOf or
edgeOf 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
ConstructorDescriptionTLcdGML2LineStringProperty
(QName aType) Creates a new instance and initializes its type property to the given QName.TLcdGML2LineStringProperty
(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. -
CENTER_LINE_OF
-
EDGE_OF
-
LINE_STRING_PROPERTY
-
-
Constructor Details
-
TLcdGML2LineStringProperty
public TLcdGML2LineStringProperty() -
TLcdGML2LineStringProperty
-
TLcdGML2LineStringProperty
Creates a new instance and initializes its type property to the given QName.- See Also:
-
TLcdGML2LineStringProperty
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.
-