Package org.tailormap.api.viewer.model
Class TMCoordinateReferenceSystem
java.lang.Object
org.tailormap.api.viewer.model.TMCoordinateReferenceSystem
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.10.0")
public class TMCoordinateReferenceSystem
extends Object
implements Serializable
CRS information
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefinition
(String definition) boolean
@Valid Bounds
Get bounds@NotNull String
getCode()
The CRS identifier@NotNull String
CRS definition in WKT formatgetUnit()
The unit if all axis use the same unit, null otherwiseint
hashCode()
void
void
void
setDefinition
(String definition) void
toString()
-
Constructor Details
-
TMCoordinateReferenceSystem
public TMCoordinateReferenceSystem()
-
-
Method Details
-
code
-
getCode
The CRS identifier- Returns:
- code
-
setCode
-
definition
-
getDefinition
CRS definition in WKT format- Returns:
- definition
-
setDefinition
-
bounds
-
getBounds
Get bounds- Returns:
- bounds
-
setBounds
-
unit
-
getUnit
The unit if all axis use the same unit, null otherwise- Returns:
- unit
-
setUnit
-
equals
-
hashCode
public int hashCode() -
toString
-