t

geotrellis.vector.methods

ExtraMultiPolygonMethods

trait ExtraMultiPolygonMethods extends MethodExtensions[MultiPolygon]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtraMultiPolygonMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def self: MultiPolygon
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def &(ex: Extent): TwoDimensionsTwoDimensionsIntersectionResult
  4. def &(mp: MultiPolygon): TwoDimensionsTwoDimensionsIntersectionResult
  5. def &(p: Polygon): TwoDimensionsTwoDimensionsIntersectionResult
  6. def &(ml: MultiLineString): OneDimensionAtLeastOneDimensionIntersectionResult
  7. def &(l: LineString): OneDimensionAtLeastOneDimensionIntersectionResult
  8. def &(mp: MultiPoint): MultiPointAtLeastOneDimensionIntersectionResult
  9. def &(p: Point): PointOrNoResult
  10. def -(mp: MultiPolygon): TwoDimensionsTwoDimensionsDifferenceResult
  11. def -(p: Polygon): TwoDimensionsTwoDimensionsDifferenceResult
  12. def -(ml: MultiLineString): MultiPolygonXDifferenceResult
  13. def -(l: LineString): MultiPolygonXDifferenceResult
  14. def -(mp: MultiPoint): MultiPolygonXDifferenceResult
  15. def -(p: Point): MultiPolygonXDifferenceResult
  16. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def normalized(): MultiPolygon
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def polygons: Array[Polygon]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. def |(mp: MultiPolygon): TwoDimensionsTwoDimensionsSeqUnionResult
  36. def |(p: Polygon): TwoDimensionsTwoDimensionsSeqUnionResult
  37. def |(ml: MultiLineString): LineStringMultiPolygonUnionResult
  38. def |(l: LineString): LineStringMultiPolygonUnionResult
  39. def |(mp: MultiPoint): LineStringMultiPolygonUnionResult
  40. def |(p: Point): PointMultiPolygonUnionResult

Inherited from MethodExtensions[MultiPolygon]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped