object Extent extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Extent
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply(env: Envelope): Extent
- implicit val codecForExtent: AsObject[Extent]
- implicit def envelope2Extent(env: Envelope): Extent
-
def
fromString(s: String): Extent
Create an extent from a string
Create an extent from a string
- s
A string of the form "xmin,ymin,xmax,ymax"
- val listDecoder: Decoder[Extent]
- val listEncoder: Encoder[Extent]
- implicit def toPolygon(extent: Extent): Polygon