MultiPointHandler class

@author aaime @author Ian Schneider

Implemented types

Constructors

MultiPointHandler(GeometryFactory geometryFactory)
Creates new MultiPointHandler */
MultiPointHandler.withType(ShapeType shapeType, GeometryFactory geometryFactory)

Properties

geometryFactory ↔ GeometryFactory
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shapeType ShapeType
getter/setter pair

Methods

createNull() → dynamic
getLength(dynamic geometry) int
Calcuates the record length of this object.
override
getShapeType() ShapeType
Returns the shapefile shape type value for a point
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(LByteBuffer buffer, ShapeType? type, bool flatGeometry) → dynamic
Read a geometry from the ByteBuffer. The buffer's position, byteOrder, and limit are set to that which is needed. The record has been read as well as the shape type integer. The handler need not worry about reading unused information as the ShapefileReader will correctly adjust the buffer position after this call.
override
toString() String
A string representation of this object.
inherited
write(LByteBuffer buffer, Object geometry) → void
Write the geometry into the ByteBuffer. The position, byteOrder, and limit are all set. The handler is not responsible for writing the record or shape type integer.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited