Uses of Class
gov.nasa.worldwind.ogc.OGCServiceInformation
-
Packages that use OGCServiceInformation Package Description gov.nasa.worldwind.ogc gov.nasa.worldwind.ogc.wms -
-
Uses of OGCServiceInformation in gov.nasa.worldwind.ogc
Fields in gov.nasa.worldwind.ogc declared as OGCServiceInformation Modifier and Type Field Description protected OGCServiceInformation
OGCCapabilities. serviceInformation
Methods in gov.nasa.worldwind.ogc that return OGCServiceInformation Modifier and Type Method Description OGCServiceInformation
OGCCapabilities. getServiceInformation()
Returns the document's service information.Methods in gov.nasa.worldwind.ogc with parameters of type OGCServiceInformation Modifier and Type Method Description protected void
OGCCapabilities. setServiceInformation(OGCServiceInformation serviceInformation)
-
Uses of OGCServiceInformation in gov.nasa.worldwind.ogc.wms
Subclasses of OGCServiceInformation in gov.nasa.worldwind.ogc.wms Modifier and Type Class Description class
WMSServiceInformation
Parses a WMS Service element.
-