class SnapTransformer extends GeometryTransformer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SnapTransformer
- GeometryTransformer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SnapTransformer(snapTolerance: Double, snapPts: Array[Coordinate])
- new SnapTransformer(snapTolerance: Double, snapPts: Array[Coordinate], isSelfSnap: Boolean)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def copy(seq: CoordinateSequence): CoordinateSequence
Convenience method which provides a standard way of copying {link CoordinateSequence}s
Convenience method which provides a standard way of copying {link CoordinateSequence}s
- seq
the sequence to copy return a deep copy of the sequence
- Attributes
- protected
- Definition Classes
- GeometryTransformer
- final def createCoordinateSequence(coords: Array[Coordinate]): CoordinateSequence
Convenience method which provides standard way of creating a {link CoordinateSequence}
Convenience method which provides standard way of creating a {link CoordinateSequence}
- coords
the coordinate array to copy return a coordinate sequence for the array
- Attributes
- protected
- Definition Classes
- GeometryTransformer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- var factory: GeometryFactory
- Attributes
- protected
- Definition Classes
- GeometryTransformer
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getInputGeometry: Geometry
Utility function to make input geometry available
Utility function to make input geometry available
return the input geometry
- Definition Classes
- GeometryTransformer
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def transform(inputGeom: Geometry): Geometry
- Definition Classes
- GeometryTransformer
- def transformCoordinates(coords: CoordinateSequence, parent: Geometry): CoordinateSequence
- Attributes
- protected
- Definition Classes
- SnapTransformer → GeometryTransformer
- def transformGeometryCollection(geom: GeometryCollection, parent: Geometry): Geometry
- Attributes
- protected
- Definition Classes
- GeometryTransformer
- def transformLineString(geom: LineString, parent: Geometry): LineString
Transforms a {link LineString} geometry.
Transforms a {link LineString} geometry.
- parent
return
- Attributes
- protected
- Definition Classes
- GeometryTransformer
- def transformLinearRing(geom: LinearRing, parent: Geometry): Geometry
- Attributes
- protected
- Definition Classes
- GeometryTransformer
- def transformMultiLineString(geom: MultiLineString, parent: Geometry): Geometry
- Attributes
- protected
- Definition Classes
- GeometryTransformer
- def transformMultiPoint(geom: MultiPoint, parent: Geometry): Geometry
- Attributes
- protected
- Definition Classes
- GeometryTransformer
- def transformMultiPolygon(geom: MultiPolygon, parent: Geometry): Geometry
- Attributes
- protected
- Definition Classes
- GeometryTransformer
- def transformPoint(geom: Point, parent: Geometry): Point
- Attributes
- protected
- Definition Classes
- GeometryTransformer
- def transformPolygon(geom: Polygon, parent: Geometry): Geometry
- Attributes
- protected
- Definition Classes
- GeometryTransformer
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()