trait ExtraPointMethods extends MethodExtensions[Point]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExtraPointMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: Point
- Definition Classes
- MethodExtensions
Concrete Value Members
- def &(ex: Extent): PointOrNoResult
- def &(g: Geometry): PointOrNoResult
- def -(g: Geometry): PointGeometryDifferenceResult
- def x: Double
- def y: Double
- def |(mp: MultiPolygon): PointMultiPolygonUnionResult
- def |(p: Polygon): AtMostOneDimensionPolygonUnionResult
- def |(ml: MultiLineString): PointMultiLineStringUnionResult
- def |(l: LineString): ZeroDimensionsLineStringUnionResult
- def |(mp: MultiPoint): PointZeroDimensionsUnionResult
- def |(p: Point): PointZeroDimensionsUnionResult