Package com.luciad.format.gml31.model
Class TLcdGML31PointArrayProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31PointArrayProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
A container for an array of points. The elements are always contained in the array property, referencing geometry
elements or arrays of geometry elements is not supported.
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thePoint
element. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetPoint()
Returns the value of the property that maps to thePoint
element.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
POINT_PROPERTY
Data property that maps to thePoint
element. The possible values for this property are instances ofList<TLcdGML31Point>
.
-
-
Constructor Details
-
TLcdGML31PointArrayProperty
public TLcdGML31PointArrayProperty() -
TLcdGML31PointArrayProperty
-
-
Method Details
-
getPoint
Returns the value of the property that maps to thePoint
element.- Returns:
- the value of the
POINT_PROPERTY
property.
-