Interface ILcdContourFactory

All Known Implementing Classes:
TLcdContourFactory

public interface ILcdContourFactory
Deprecated.
Use ILcdContourFactory in the package com.luciad.geometry.cartesian.
ILcdContourFactory is a Factory class to create an ILcdValuedPolygon from separate arrays of x- and y-coordinates.
  • Method Summary

    Modifier and Type
    Method
    Description
    createContour(double[] aXArray, double[] aYArray, int aNumberOfPoints, double aLevel)
    Deprecated.
    Creates an ILcdValuedPolygon from separate arrays of x- and y-coordinates where only the first aNumberOfPoints are taken into account.
  • Method Details

    • createContour

      ILcdContour createContour(double[] aXArray, double[] aYArray, int aNumberOfPoints, double aLevel)
      Deprecated.
      Creates an ILcdValuedPolygon from 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 the ILcdValuedPolygon.
      Returns:
      An ILcdPolygon constructed from aXArray and aYArray.
      See Also: