Package com.luciad.tea
Class TLcdContour
java.lang.Object
com.luciad.shape.TLcdValuedPolygon
com.luciad.tea.TLcdContour
- All Implemented Interfaces:
ILcdBounded,ILcdValuedPolygon,ILcdContour
Deprecated.
This is an implementation of
ILcdValuedPolygon to represent a contour
line.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructs a newTLcdValuedPolygonwith no projectedPolygon or level set.TLcdContour(ILcdPolygon aPolygon, double aLevel) Deprecated.Constructs a newTLcdValuedPolygonwith no projectedPolygon aPolygon and level aLevel. -
Method Summary
Methods inherited from class com.luciad.shape.TLcdValuedPolygon
getBounds, getPolygonValue, getProjectedPolygon, setPolygonValue, setProjectedPolygonMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.luciad.shape.ILcdBounded
getBoundsMethods inherited from interface com.luciad.tea.ILcdContour
getProjectedPolygon
-
Constructor Details
-
TLcdContour
public TLcdContour()Deprecated.Constructs a newTLcdValuedPolygonwith no projectedPolygon or level set. Set these properties via their respective set methods. -
TLcdContour
Deprecated.Constructs a newTLcdValuedPolygonwith no projectedPolygon aPolygon and level aLevel.- Parameters:
aPolygon- The projectedPolygon of thisTLcdValuedPolygon.aLevel- The level of thisTLcdValuedPolygon.
-
-
Method Details
-
getLevel
public double getLevel()Deprecated.Returns the level of thisTLcdValuedPolygon.- Specified by:
getLevelin interfaceILcdContour- Returns:
- the level of this
TLcdValuedPolygon. - See Also:
-
setLevel
public void setLevel(double aLevel) Deprecated.Sets the level of thisTLcdValuedPolygon.- Parameters:
aLevel- The level to be set.- See Also:
-
TLcdValuedPolygon.