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 TypeMethodDescriptionvoidvoidsetColorIndex(int i) voidsetMaxAltitude(double d) voidsetMinAltitude(double d) voidvoidsetSetColor(boolean flag) voidMethods inherited from interface com.luciad.shape.ILcdAltitudeBounded
getMaxAltitude, getMinAltitude, unit2MetersMethods inherited from interface com.luciad.shape.ILcdBounded
getBoundsMethods inherited from interface com.luciad.util.ILcdCloneable
cloneMethods inherited from interface com.luciad.datamodel.ILcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue, setValueMethods inherited from interface com.luciad.util.ILcdFeatured
canSetFeature, getFeature, getFeatureCount, setFeatureMethods inherited from interface com.luciad.format.pol.ILcdPOLGeometry
getAltitudeUnit, getColorIndex, getMaxAltitudeAsString, getMinAltitudeAsString, getName, getType, isClosed, isSetColorMethods 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)
-