com.supermap.services.wmts.rest
Class ServiceMetadataResource
- java.lang.Object
-
- ResourceBaseAdapter
-
- com.supermap.services.wmts.rest.AbstractWMTSResource
-
- com.supermap.services.wmts.rest.ServiceMetadataResource
-
public class ServiceMetadataResource extends AbstractWMTSResource
ServiceMetadata resource. Get the server capability information in WMTS service RESTful realization.
-
-
Field Summary
-
Fields inherited from class com.supermap.services.wmts.rest.AbstractWMTSResource
LOGGER, RESOURCE
-
-
Constructor Summary
Constructors Constructor and Description ServiceMetadataResource(Context context, Request request, Response response)Construct function, construct theGetFeatureInfoResourceobject by context, request object and response objectServiceMetadataResource.
-
Method Summary
Methods Modifier and Type Method and Description java.lang.ObjectgetResourceContent()Get the resource content which is the WMTS server capability information.booleanisResourceExist()whether resource is existing This resource has always existed.-
Methods inherited from class com.supermap.services.wmts.rest.AbstractWMTSResource
checkGetTileParams, create, getBaseUri, getConfig, getMapComponent, getWMTSCapabilities, isAddContent, isUpdate
-
-
-
-
Constructor Detail
-
ServiceMetadataResource
public ServiceMetadataResource(Context context, Request request, Response response)Construct function, construct the
GetFeatureInfoResourceobject by context, request object and response objectServiceMetadataResource.- Parameters:
context- REST context.request- request object.response- response object.
-
-
Method Detail
-
isResourceExist
public final boolean isResourceExist()
whether resource is existing This resource has always existed.
- Overrides:
isResourceExistin classAbstractWMTSResource- Returns:
- true.
-
getResourceContent
public final java.lang.Object getResourceContent()
Get the resource content which is the WMTS server capability information.
- Returns:
- indicates the Document object of the WMTS server capability information.
-
-