Class PackedCSBuilder

Object
PackedCSBuilder
All Implemented Interfaces:
CSBuilder
Direct Known Subclasses:
PackedCSBuilder.Double, PackedCSBuilder.Float

public abstract class PackedCSBuilder extends Object implements CSBuilder
An implementation of a JTS CSBuilder which uses a PackedCoordinateSequence.
Author:
wolf
  • Constructor Details

    • PackedCSBuilder

      public PackedCSBuilder()
  • Method Details

    • getSize

      public int getSize()
      Description copied from interface: CSBuilder
      Returns the size of the coordinate sequence we are building, -1 if there is none
      Specified by:
      getSize in interface CSBuilder
      See Also:
      • org.geotools.geometry.coordinatesequence.CSBuilder#getSize()
    • getDimension

      public int getDimension()
      Description copied from interface: CSBuilder
      Returns the dimension of the coordinate sequence we are building, -1 if there is none
      Specified by:
      getDimension in interface CSBuilder
      See Also:
      • org.geotools.geometry.coordinatesequence.CSBuilder#getDimension()