Class PackedCSBuilder
Object
PackedCSBuilder
- All Implemented Interfaces:
CSBuilder
- Direct Known Subclasses:
PackedCSBuilder.Double,PackedCSBuilder.Float
An implementation of a JTS CSBuilder which uses a PackedCoordinateSequence.
- Author:
- wolf
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns 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 noneMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CSBuilder
end, getOrdinate, setOrdinate, setOrdinate, start
-
Constructor Details
-
PackedCSBuilder
public PackedCSBuilder()
-
-
Method Details
-
getSize
public int getSize()Description copied from interface:CSBuilderReturns the size of the coordinate sequence we are building, -1 if there is none -
getDimension
public int getDimension()Description copied from interface:CSBuilderReturns the dimension of the coordinate sequence we are building, -1 if there is none- Specified by:
getDimensionin interfaceCSBuilder- See Also:
-
org.geotools.geometry.coordinatesequence.CSBuilder#getDimension()
-