Package com.luciad.format.pol
Interface ILcdEditablePOLGeometry
- All Superinterfaces:
Cloneable
,ILcdAltitudeBounded
,ILcdBounded
,ILcdCloneable
,ILcdDataObject
,ILcdFeatured
,ILcdPOLGeometry
,ILcdShape
,Serializable
This interface represents the shape elements that can be present in
POL files.
These elements have:
- a name
- a type
- an altitude unit
- a minimum altitude
- a maximum altitude
- a color index
-
Field Summary
Fields inherited from interface com.luciad.format.pol.ILcdPOLGeometry
UNKNOWN
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setColorIndex
(int i) void
setMaxAltitude
(double d) void
setMinAltitude
(double d) void
void
setSetColor
(boolean flag) void
Methods inherited from interface com.luciad.shape.ILcdAltitudeBounded
getMaxAltitude, getMinAltitude, unit2Meters
Methods inherited from interface com.luciad.shape.ILcdBounded
getBounds
Methods inherited from interface com.luciad.util.ILcdCloneable
clone
Methods inherited from interface com.luciad.datamodel.ILcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue
Methods inherited from interface com.luciad.util.ILcdFeatured
canSetFeature, getFeature, getFeatureCount, setFeature
Methods inherited from interface com.luciad.format.pol.ILcdPOLGeometry
getAltitudeUnit, getColorIndex, getMaxAltitudeAsString, getMinAltitudeAsString, getName, getType, isClosed, isSetColor
Methods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
Method Details
-
setName
-
setType
-
setAltitudeUnit
-
setMinAltitude
void setMinAltitude(double d) -
setMaxAltitude
void setMaxAltitude(double d) -
setColorIndex
void setColorIndex(int i) -
setSetColor
void setSetColor(boolean flag)
-