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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thepolygon
element.Fields inherited from class com.luciad.format.metadata.model.extent.TLcdISO19115GeographicExtent
EXTENT_TYPE_CODE_PROPERTY
Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of thePOLYGON_PROPERTY
property adapted to a list ofTLcdGML32AbstractGeometry
instances.Methods inherited from class com.luciad.format.metadata.model.extent.TLcdISO19115GeographicExtent
getExtentTypeCode, setExtentTypeCode
Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
POLYGON_PROPERTY
Data property that maps to thepolygon
element. 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_PROPERTY
property adapted to a list ofTLcdGML32AbstractGeometry
instances.- Returns:
- the value of the
POLYGON_PROPERTY
property adapted to a list ofTLcdGML32AbstractGeometry
instances. - See Also:
-