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
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final QNamestatic final QNamestatic final TLcdDataPropertyData 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
ConstructorsConstructorDescriptionTLcdGML2LineStringProperty(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, setRemoteSchemaMethods 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 publicQNameconstants 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
QNameconstants defined in this class.- Returns:
- the value of the
TYPE_PROPERTYproperty.
-
setType
Sets the value of the property that holds the type of this instance.The possible values for this property are the public
QNameconstants defined in this class.- Parameters:
aValue- the value to set for theTYPE_PROPERTYproperty.
-