Package org.n52.shetland.inspire.dls
Interface InspireCapabilities.InspireExtendedCapabilitiesSupportedCRS
-
- Enclosing interface:
- InspireCapabilities
public static interface InspireCapabilities.InspireExtendedCapabilitiesSupportedCRSINSPIRE capabilities supported CRSes interface- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InspireSupportedCRSgetSupportedCRS()Get the supported CRSesbooleanisSetSupportedCRS()Check if supported CRSes are setInspireCapabilities.InspireExtendedCapabilitiesSupportedCRSsetSupportedCRS(InspireSupportedCRS supportedCRS)Set the supported CRSes
-
-
-
Method Detail
-
getSupportedCRS
InspireSupportedCRS getSupportedCRS()
Get the supported CRSes- Returns:
- the supportedCRSes
-
setSupportedCRS
InspireCapabilities.InspireExtendedCapabilitiesSupportedCRS setSupportedCRS(InspireSupportedCRS supportedCRS)
Set the supported CRSes- Parameters:
supportedCRS- the supported CRSes to set
-
isSetSupportedCRS
boolean isSetSupportedCRS()
Check if supported CRSes are set- Returns:
true, if supported CRSes are set
-
-