Class TLcdISO19115BoundingPolygon
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.extent.TLcdISO19115GeographicExtent
com.luciad.format.metadata.model.extent.TLcdISO19115BoundingPolygon
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Boundary enclosing the dataset expressed as the closed set of (x,y) coordinates of the polygon (last point replicates first point)
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thepolygonelement.Fields inherited from class com.luciad.format.metadata.model.extent.TLcdISO19115GeographicExtent
EXTENT_TYPE_CODE_PROPERTYFields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of thePOLYGON_PROPERTYproperty adapted to a list ofTLcdGML32AbstractGeometryinstances.Methods inherited from class com.luciad.format.metadata.model.extent.TLcdISO19115GeographicExtent
getExtentTypeCode, setExtentTypeCodeMethods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
POLYGON_PROPERTY
Data property that maps to thepolygonelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdGML32AbstractGeometry>>.
-
-
Constructor Details
-
TLcdISO19115BoundingPolygon
public TLcdISO19115BoundingPolygon() -
TLcdISO19115BoundingPolygon
-
-
Method Details
-
getPolygon
Gets the value of thePOLYGON_PROPERTYproperty adapted to a list ofTLcdGML32AbstractGeometryinstances.- Returns:
- the value of the
POLYGON_PROPERTYproperty adapted to a list ofTLcdGML32AbstractGeometryinstances. - See Also:
-