case class LinkedCRS(href: URI, format: String) extends JsonCRS with Product with Serializable
A CRS object with a link to CRS parameters on the Web.
- href
must be a dereferenceable URI.
- format
must be a string that hints at the format used to represent CRS parameters at the provided URI.
- Note
Suggested values are: "proj4", "ogcwkt", "esriwkt", others can be used:
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LinkedCRS
- Serializable
- Serializable
- Product
- Equals
- JsonCRS
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
LinkedCRS(href: URI, format: String)
- href
must be a dereferenceable URI.
- format
must be a string that hints at the format used to represent CRS parameters at the provided URI.