public class InspireSupportedCRS extends Object implements InspireObject
| Constructor and Description |
|---|
InspireSupportedCRS(String defaultCRS)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
InspireSupportedCRS |
addOtherCRS(String otherCRS)
Add the other CRS
|
String |
getDefaultCRS()
Get the default CRS
|
Set<String> |
getOtherCRS()
Get the other CRSs
|
boolean |
isSetSupportedCRSs()
Check if other CRSs are set
|
InspireSupportedCRS |
setOtherCRS(Collection<String> otherCRS)
Set the other CRSs, clears the existing collection
|
String |
toString() |
public InspireSupportedCRS(String defaultCRS)
defaultCRS - the mandatory default CRSpublic String getDefaultCRS()
public InspireSupportedCRS setOtherCRS(Collection<String> otherCRS)
otherCRS - the otherCRS to setpublic InspireSupportedCRS addOtherCRS(String otherCRS)
otherCRS - the other CRS to addpublic boolean isSetSupportedCRSs()
true, if other CRSs are setCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.