Shapeutils class

Constructors

Shapeutils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

computeOrientation(CoordinateSequence cs, int p1, int p2, int q) int
createCS(CoordinateSequenceFactory csFactory, int size, int dimension) → CoordinateSequence
Creates a {@link CoordinateSequence} using the provided factory confirming the provided size and dimension are respected.
createCSMeas(CoordinateSequenceFactory csFactory, int size, int dimension, int measures) → CoordinateSequence
Creates a {@link CoordinateSequence} using the provided factory confirming the provided size and dimension are respected.
equals2D(CoordinateSequence cs, int i, int j) bool
isCCW(CoordinateSequence ring) bool
Computes whether a ring defined by an array of {@link Coordinate}s is oriented counter-clockwise.
zMinMax(CoordinateSequence cs, List<double> target) → void
Determine the min and max "z" values in an array of Coordinates.