Methods to extract items from a capabilities document.
| oscar. | Methods to extract items from a capabilities document. |
| Functions | |
| getServiveTitle | Returns the title of a service |
| getServiceAbstract | Returns the abstract of a service |
| getServiceKeywords | Returns the keywords of a service |
| getServiceType | Returns the type of service |
| getService | Returns the service |
| getLayers | capabilities Returns the layers of a service |
| getFeatureTypes | Returns the feature types of a service |
| getFeatureTypesById | Returns the feature types of a service with a specific id |
| getCoverages | Returns the coverages node of a wcs service |
| getParameters | |
| getContent | Returns the content of a service |
| getThemes | Returns the Themes object of a WMTS Service |
| getOperation | Returns a service operation |
| getOperationHref | Returns the url of the service operations |
| getContactInformation |
Returns the abstract of a service
getServiceAbstract : function( capabilities )
Returns the keywords of a service
getServiceKeywords : function( capabilities )
Returns the type of service
getServiceType : function( capabilities )
Returns the service
getService : function( capabilities )
capabilities Returns the layers of a service
getLayers : function( capabilities )
Returns the feature types of a service
getFeatureTypes : function( capabilities )
Returns the feature types of a service with a specific id
getFeatureTypesById : function( capabilities, id )
Returns the coverages node of a wcs service
getCoverages : function( capabilities )
getParameters : function( capabilities, operationString, parameterName )
Returns the content of a service
getContent : function( capabilities )
Returns the Themes object of a WMTS Service
getThemes : function( capabilities )
Returns a service operation
getOperation : function( capabilities, operation )
Returns the url of the service operations
getOperationHref : function( capabilities, operation )
getContactInformation : function( capabilities )