GeoPkgGeomReader class

Translates a GeoPackage geometry BLOB to a vividsolutions Geometry.

To get from sql resultset: List

Constructors

GeoPkgGeomReader(List<int> ins)

Properties

geometryType String?
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

Methods

get() → Geometry
getEnvelope() → Envelope
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readHeader() GeometryHeader
OptimizedGeoPackageBinary { byte3 magic = 0x47504230; // 'GPB' byte flags; // see flags layout below unit32 srid; double[] envelope; // see flags envelope contents indicator code below WKBGeometry geometry; // per OGC 06-103r4 clause 8
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

DEFAULT_GEOM_FACTORY → GeometryFactory
final