org.geotools.geometry.coordinatesequence
Class PackedCSBuilder

java.lang.Object
  extended byorg.geotools.geometry.coordinatesequence.PackedCSBuilder
All Implemented Interfaces:
CSBuilder
Direct Known Subclasses:
PackedCSBuilder.Double, PackedCSBuilder.Float

public abstract class PackedCSBuilder
extends java.lang.Object
implements CSBuilder

PackedArrayCSBuilder

Author:
wolf

Nested Class Summary
static class PackedCSBuilder.Double
           
static class PackedCSBuilder.Float
           
 
Constructor Summary
PackedCSBuilder()
           
 
Method Summary
 int getDimension()
          Returns the dimension of the coordinate sequence we are building, -1 if there is none
 int getSize()
          Returns the size of the coordinate sequence we are building, -1 if there is none
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.geotools.geometry.coordinatesequence.CSBuilder
end, getOrdinate, setOrdinate, setOrdinate, start
 

Constructor Detail

PackedCSBuilder

public PackedCSBuilder()
Method Detail

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
Returns:
See Also:
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
Returns:
See Also:
CSBuilder.getDimension()


Copyright © GeoTools. All Rights Reserved.