public class GetFeatureInfoResource extends AbstractWMTSResource
GetFeatureInfo resource. Return the corresponding tile map information according to the parameters when realizing RESTful in WMTS service.
LOGGER, RESOURCE
Constructor and Description |
---|
GetFeatureInfoResource(Context context, Request request, Response response)
Construct function, construct the
GetFeatureInfoResource object by context, request object and response object TileResource . |
Modifier and Type | Method and Description |
---|---|
Variant |
getPreferredVariant()
Get MediaType
|
java.lang.Object |
getResourceContent()
Get the resource content, which is the tile map.
|
boolean |
isResourceExist()
whether resource is existing This resource has always existed.
|
checkGetTileParams, create, getBaseUri, getConfig, getMapComponent, getWMTSCapabilities, isAddContent, isUpdate
public GetFeatureInfoResource(Context context, Request request, Response response)
Construct function, construct the GetFeatureInfoResource
object by context, request object and response object TileResource
.
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 tile map.
public Variant getPreferredVariant()