com.supermap.services.wmts.rest

Class GetFeatureInfoResource



  • public class GetFeatureInfoResource
    extends AbstractWMTSResource
    

    GetFeatureInfo resource. Return the corresponding tile map information according to the parameters when realizing RESTful in WMTS service.

    • Constructor Detail

      • GetFeatureInfoResource

        public GetFeatureInfoResource(Context context,
                              Request request,
                              Response response)
        

        Construct function, construct the GetFeatureInfoResource object by context, request object and response object TileResource.

        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:
        isResourceExist in class AbstractWMTSResource
        Returns:
        true.
      • getResourceContent

        public final java.lang.Object getResourceContent()
        

        Get the resource content, which is the tile map.

        Returns:
        indicates the object of the tile map.
      • getPreferredVariant

        public Variant getPreferredVariant()
        
        Get MediaType