Class TLcdAISLonLatHeightGeometryFactory

java.lang.Object
com.luciad.ais.model.ALcdAISGeometryFactory
com.luciad.ais.model.TLcdAISLonLatHeightGeometryFactory

public class TLcdAISLonLatHeightGeometryFactory extends ALcdAISGeometryFactory
An implementation of ALcdAISGeometryFactory that creates objects with geodetic (lon/lat/height) coordinates.
Since:
10.1
  • Constructor Details

    • TLcdAISLonLatHeightGeometryFactory

      public TLcdAISLonLatHeightGeometryFactory()
      Creates a geometry factory that uses geodetic coordinates for the geometries that are created. The default WGS84 ellipsoid will be used for the coordinates.
    • TLcdAISLonLatHeightGeometryFactory

      public TLcdAISLonLatHeightGeometryFactory(ILcdEllipsoid aEllipsoid)
      Creates a geometry factory that uses geodetic coordinates for the geometries that are created.
      Parameters:
      aEllipsoid - The ellipsoid that is used for the geodetic coordinates.
  • Method Details