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
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classPackedCSBuilder.Doublestatic classPackedCSBuilder.Float
 - 
Constructor SummaryConstructors Constructor Description PackedCSBuilder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDimension()Returns the dimension of the coordinate sequence we are building, -1 if there is noneintgetSize()Returns the size of the coordinate sequence we are building, -1 if there is none- 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface CSBuilderend, getOrdinate, setOrdinate, setOrdinate, start
 
- 
 
- 
- 
- 
Method Detail- 
getSizepublic int getSize() Description copied from interface:CSBuilderReturns the size of the coordinate sequence we are building, -1 if there is none
 - 
getDimensionpublic int getDimension() Description copied from interface:CSBuilderReturns the dimension of the coordinate sequence we are building, -1 if there is none- Specified by:
- getDimensionin interface- CSBuilder
- See Also:
- org.geotools.geometry.coordinatesequence.CSBuilder#getDimension()
 
 
- 
 
-