case class NamedCRS(name: String) extends JsonCRS with Product with Serializable
A CRS object which indicates a coordinate reference system by name.
- name
must be a string identifying a coordinate reference system.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NamedCRS
- Serializable
- Serializable
- Product
- Equals
- JsonCRS
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
NamedCRS(name: String)
- name
must be a string identifying a coordinate reference system.