Package com.luciad.format.gml31.model
Class TLcdGML31GeometryArrayProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31GeometryArrayProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
A container for an array of geometry elements. 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 the_Geometry
element. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the_Geometry
element.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
GEOMETRY_PROPERTY
Data property that maps to the_Geometry
element. The possible values for this property are instances ofList<TLcdGML31AbstractGeometry>
.
-
-
Constructor Details
-
TLcdGML31GeometryArrayProperty
public TLcdGML31GeometryArrayProperty() -
TLcdGML31GeometryArrayProperty
-
-
Method Details
-
getGeometry
Returns the value of the property that maps to the_Geometry
element.The "_Geometry" element is the abstract head of the substitution group for all geometry elements of GML 3. This includes pre-defined and user-defined geometry elements. Any geometry element must be a direct or indirect extension/restriction of AbstractGeometryType and must be directly or indirectly in the substitution group of "_Geometry".
- Returns:
- the value of the
GEOMETRY_PROPERTY
property.
-