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 class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the dimension of the coordinate sequence we are building, -1 if there is noneint
getSize()
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, wait
Methods inherited from interface CSBuilder
end, getOrdinate, setOrdinate, setOrdinate, start
-
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 -
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 interfaceCSBuilder
- See Also:
-
org.geotools.geometry.coordinatesequence.CSBuilder#getDimension()
-