CheckOrdinatesFilter class

A filter implementation to test if a coordinate sequence actually has meaningful values for an ordinate bit-pattern

Implemented types

Constructors

CheckOrdinatesFilter(List<Ordinate> checkOrdinateFlags)
Creates an instance of this class @param checkOrdinateFlags the index for the ordinates to test.

Properties

checkOrdinateFlags List<Ordinate>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
outputOrdinates List<Ordinate>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

filter(CoordinateSequence seq, int i) → void
@see org.locationtech.jts.geom.CoordinateSequenceFilter#isGeometryChanged */
override
getOutputOrdinates() List<Ordinate>
Gets the evaluated ordinate bit-pattern
isDone() bool
@see org.locationtech.jts.geom.CoordinateSequenceFilter#isDone */
override
isGeometryChanged() bool
@see org.locationtech.jts.geom.CoordinateSequenceFilter#isGeometryChanged */
override
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