class InputExtracter extends GeometryFilter
- Alphabetic
- By Inheritance
- InputExtracter
- GeometryFilter
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new InputExtracter()
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 eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def filter(geom: Geometry): Unit
Performs an operation with or on
geom.Performs an operation with or on
geom.- geom
a
Geometryto which the filter is applied.
- Definition Classes
- InputExtracter → GeometryFilter
- 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 getDimension: Int
Gets the maximum dimension extracted.
Gets the maximum dimension extracted.
return the maximum extracted dimension
- def getExtract(dim: Int): List[Geometry]
Gets the extracted atomic geometries of the given dimension
dim.Gets the extracted atomic geometries of the given dimension
dim.- dim
the dimension of geometry to return return a list of the extracted geometries of dimension dim.
- def getFactory: GeometryFactory
Gets the geometry factory from the extracted geometry, if there is one.
Gets the geometry factory from the extracted geometry, if there is one. If an empty collection was extracted, will return
null.return a geometry factory, or null if one could not be determined
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isEmpty: Boolean
Tests whether there were any non-empty geometries extracted.
Tests whether there were any non-empty geometries extracted.
return true if there is a non-empty geometry present
- 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 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()