public class ServiceMetadataResource extends AbstractWMTSResource
ServiceMetadata resource. Get the server capability information in WMTS service RESTful realization.
LOGGER, RESOURCE
Constructor and Description |
---|
ServiceMetadataResource(Context context, Request request, Response response)
Construct function, construct the
GetFeatureInfoResource object by context, request object and response object ServiceMetadataResource . |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getResourceContent()
Get the resource content which is the WMTS server capability information.
|
boolean |
isResourceExist()
whether resource is existing This resource has always existed.
|
checkGetTileParams, create, getBaseUri, getConfig, getMapComponent, getWMTSCapabilities, isAddContent, isUpdate
public ServiceMetadataResource(Context context, Request request, Response response)
Construct function, construct the GetFeatureInfoResource
object by context, request object and response object ServiceMetadataResource
.
context
- REST context.request
- request object.response
- response object.public final boolean isResourceExist()
whether resource is existing This resource has always existed.
isResourceExist
in class AbstractWMTSResource
public final java.lang.Object getResourceContent()
Get the resource content which is the WMTS server capability information.