Class CapabilitiesServiceInfo
Object
CapabilitiesServiceInfo
- All Implemented Interfaces:
ServiceInfo
,WFSServiceInfo
Adapts a WFS capabilities document to
ServiceInfo
-
Constructor Summary
ConstructorsConstructorDescriptionCapabilitiesServiceInfo
(String schemaUri, URL getCapsUrl, WFSCapabilitiesType capabilities) -
Method Summary
Modifier and TypeMethodDescriptionMaps to the capabilities' service identification abstractgetIcon()
Maps to the capabilities' service identification keywords listParty responsible for providing this service.Maps to the WFS xsd schema in schemas.opengis.netMaps to the URL of the capabilities documentgetTitle()
Human readable title representing the service.
-
Constructor Details
-
CapabilitiesServiceInfo
-
-
Method Details
-
getDescription
Maps to the capabilities' service identification abstract- Specified by:
getDescription
in interfaceServiceInfo
- Returns:
- Human readable description, may be null.
- See Also:
-
getIcon
- Returns:
null
- See Also:
-
getKeywords
Maps to the capabilities' service identification keywords list- Specified by:
getKeywords
in interfaceServiceInfo
- Returns:
- keywords associated with this service.
- See Also:
-
getPublisher
Description copied from interface:ServiceInfo
Party responsible for providing this service.Known mappings:
- WMS contact info
- File formats may wish to use the current user, or the last user to modify the file
- Specified by:
getPublisher
in interfaceServiceInfo
- Returns:
- URI identifying the publisher of this service
- See Also:
-
getSchema
Maps to the WFS xsd schema in schemas.opengis.net- Specified by:
getSchema
in interfaceServiceInfo
- Returns:
- URI used to identify service type
- See Also:
-
getSource
Maps to the URL of the capabilities document- Specified by:
getSource
in interfaceServiceInfo
- Returns:
- Source of this service
- See Also:
-
getTitle
Description copied from interface:ServiceInfo
Human readable title representing the service.The title is used to represent the service in the context of a user interface and should make use of the current Locale if possible.
- Specified by:
getTitle
in interfaceServiceInfo
- Returns:
- title, null if unsupported.
- See Also:
-
getVersion
- Specified by:
getVersion
in interfaceWFSServiceInfo
- Returns:
- the WFS protocol version
- See Also:
-