MaxDensifiedByFractionDistanceFilter class

Implemented types

Properties

geom Geometry
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxPtDist PointPairDistance
getter/setter pair
minPtDist PointPairDistance
getter/setter pair
numSubSegs int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

filter(CoordinateSequence seq, int index) → void
Performs an operation on a coordinate in a {@link CoordinateSequence}.
override
getMaxPointDistance() PointPairDistance
isDone() bool
Reports whether the application of this filter can be terminated. Once this method returns true, it must continue to return true on every subsequent call.
override
isGeometryChanged() bool
Reports whether the execution of this filter has modified the coordinates of the geometry. If so, {@link Geometry#geometryChanged} will be executed after this filter has finished being executed.
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