Package com.luciad.format.gml2.model
Class TLcdGML2MultiLineStringProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml2.model.TLcdGML2GeometryAssociation
com.luciad.format.gml2.model.TLcdGML2MultiLineStringProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
Encapsulates a MultiLineString element to represent the following
discontiguous geometric properties: multiEdgeOf, multiCenterLineOf.
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier 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
ConstructorsConstructorDescriptionCreates a new instance and initializes its type property to the given QName.TLcdGML2MultiLineStringProperty
(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. -
MULTI_LINE_STRING_PROPERTY
-
MULTI_CENTER_LINE_OF
-
MULTI_EDGE_OF
-
-
Constructor Details
-
TLcdGML2MultiLineStringProperty
public TLcdGML2MultiLineStringProperty() -
TLcdGML2MultiLineStringProperty
-
TLcdGML2MultiLineStringProperty
Creates a new instance and initializes its type property to the given QName.- See Also:
-
TLcdGML2MultiLineStringProperty
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.
-