Package com.luciad.tea
Interface ILcdContourFactory
- All Known Implementing Classes:
TLcdContourFactory
public interface ILcdContourFactory
Deprecated.
ILcdContourFactory is a Factory class to create an
ILcdValuedPolygon from separate arrays of x- and y-coordinates.-
Method Summary
Modifier and TypeMethodDescriptioncreateContour(double[] aXArray, double[] aYArray, int aNumberOfPoints, double aLevel) Deprecated.Creates anILcdValuedPolygonfrom separate arrays of x- and y-coordinates where only the first aNumberOfPoints are taken into account.
-
Method Details
-
createContour
Deprecated.Creates anILcdValuedPolygonfrom separate arrays of x- and y-coordinates where only the first aNumberOfPoints are taken into account.- Parameters:
aXArray- The array of x-coordinates.aYArray- The array of y-coordinates.aNumberOfPoints- The number of coordinates to take into account.aLevel- The level of theILcdValuedPolygon.- Returns:
- An
ILcdPolygonconstructed from aXArray and aYArray. - See Also:
-
ILcdContourFactoryin the package com.luciad.geometry.cartesian.