Class SRSInfo
java.lang.Object
org.openjump.core.ccordsys.utils.SRSInfo
Small container for SRS information. This class does not contain all
information to perform coordinate transformation, but enough to return
metadata about SRS code or map unit.
Example : new SRSInfo().setCode("2154").complete();
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomplete()booleangetCode()getUnit()inthashCode()setDescription(String description) setRegistry(String registry) setRegistry(SRSInfo.Registry registry) toString()
-
Field Details
-
UNDEFINED
- See Also:
-
USERDEFINED
- See Also:
-
-
Constructor Details
-
SRSInfo
public SRSInfo()
-
-
Method Details
-
getSource
-
setSource
-
getRegistry
-
setRegistry
-
setRegistry
-
getCode
-
setCode
-
getDescription
-
setDescription
-
getUnit
-
setUnit
-
setUnit
-
complete
-
toString
-
equals
-
hashCode
-