Uses of Interface
com.luciad.shape.ILcdValuedPolygon
Packages that use ILcdValuedPolygon
Package
Description
Contains classes to perform geometry operations in cartesian space.
Contains classes to perform geometry operations on an ellipsoid.
Everything related to representing three-dimensional shapes.
Contains all classes for terrain elevation analysis.
-
Uses of ILcdValuedPolygon in com.luciad.geometry.cartesian
Methods in com.luciad.geometry.cartesian that return ILcdValuedPolygonModifier and TypeMethodDescriptionILcdContourFactory.createContour
(double[] aXArray, double[] aYArray, int aNumberOfPoints, double aLevel) Deprecated.Creates anILcdValuedPolygon
from separate arrays of x- and y-coordinates where only the first aNumberOfPoints are taken into account.TLcdContourFactory.createContour
(double[] aXArray, double[] aYArray, int aNumberOfPoints, double aLevel) Deprecated. -
Uses of ILcdValuedPolygon in com.luciad.geometry.ellipsoidal
Methods in com.luciad.geometry.ellipsoidal that return ILcdValuedPolygonModifier and TypeMethodDescriptionTLcdLonLatContourFactory.createContour
(double[] aXArray, double[] aYArray, int aNumberOfPoints, double aLevel) -
Uses of ILcdValuedPolygon in com.luciad.shape
Classes in com.luciad.shape that implement ILcdValuedPolygonModifier and TypeClassDescriptionclass
This class provides an implementation ofILcdValuedPolygon
. -
Uses of ILcdValuedPolygon in com.luciad.tea
Classes in com.luciad.tea that implement ILcdValuedPolygonMethods in com.luciad.tea that return ILcdValuedPolygonModifier and TypeMethodDescriptionTLcdLOSCoverageFactory.createLOSCoverageContours
(ILcdLOSCoverageMatrix aLOSCoverageMatrix, ILcdGeoReference aTargetReference, double[] aContourLevels)
TLcdValuedPolygon
.