Package com.kheops.jmap.metadata
Class MapImageRequest.ZoomOutToRectRequest
java.lang.Object
com.kheops.jmap.metadata.MapImageRequest
com.kheops.jmap.metadata.MapImageRequest.ZoomToRectRequest
com.kheops.jmap.metadata.MapImageRequest.ZoomOutToRectRequest
- All Implemented Interfaces:
Serializable
- Enclosing class:
MapImageRequest
The ZoomOutToRectRequest object is used when a zoom out should be done using the specified
rectangle before the image creation. The zoom out is relative to the specified view bounds.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.kheops.jmap.metadata.MapImageRequest
MapImageRequest.AbstractZoomToPointRequest, MapImageRequest.AttributedCoord, MapImageRequest.AttributedRect, MapImageRequest.ElementsAtPointRequest, MapImageRequest.ElementsInGeometryRequest, MapImageRequest.ElementsInSurfaceRequest, MapImageRequest.MapInitRequest, MapImageRequest.PanRequest, MapImageRequest.ThematicCategoriesRequest, MapImageRequest.ZoomExtentRequest, MapImageRequest.ZoomInToPointRequest, MapImageRequest.ZoomInToRectRequest, MapImageRequest.ZoomOutToPointRequest, MapImageRequest.ZoomOutToRectRequest, MapImageRequest.ZoomPreviousRequest, MapImageRequest.ZoomToPointRequest, MapImageRequest.ZoomToRectRequest
-
Field Summary
Fields inherited from class com.kheops.jmap.metadata.MapImageRequest.ZoomToRectRequest
attBounds
Fields inherited from class com.kheops.jmap.metadata.MapImageRequest
ACTION_ELEMS_AT_POINT, ACTION_ELEMS_IN_GEOMETRY, ACTION_ELEMS_IN_SURFACE, ACTION_MAPINIT, ACTION_PAN, ACTION_VISIBLE_THEMATIC_CATEGORIES, ACTION_ZOOM_EXTENT, ACTION_ZOOM_PREVIOUS, ACTION_ZOOM_TO_POINT, ACTION_ZOOM_TO_RECT, ACTION_ZOOMIN_TO_POINT, ACTION_ZOOMIN_TO_RECT, ACTION_ZOOMOUT_TO_POINT, ACTION_ZOOMOUT_TO_RECT, actionId, allowDifferentXyScales, backgroundColor, callback, currentBounds, distanceUnit, imageFormat, imageHeight, imageParams, imageWidth, layerParams, layerParamsOption, locale, mapRequest, OPTION_DRAW_SCALEBAR, OPTION_GET_BOUNDS, OPTION_GET_IMAGEMAP, OPTION_GET_TRANSFORM, OPTION_GET_VIEW_STATE, OPTION_LAYERS_USE_ALL_LAYERS, OPTION_LAYERS_USE_PARAMS, OPTION_LAYERS_USE_SERVER_CONFIG, options, project, projectId, transparency, viewScale
-
Constructor Summary
ConstructorDescriptionZoomOutToRectRequest
(String project, OrientedRectangle currentBounds, MapImageRequest.AttributedRect attBounds) Creates a new ZoomOutToRectRequest instance. -
Method Summary
Methods inherited from class com.kheops.jmap.metadata.MapImageRequest
getBackgroundColor, getCallback, getCurrentBounds, getDistanceUnit, getImageFormat, getImageHeight, getImageParams, getImageWidth, getLayerParams, getLayerParamsOption, getLocale, getOptions, getProject, getViewScale, isAllowDifferentXyScales, isMapRequest, isTransparency, setAllowDifferentXyScales, setBackgroundColor, setCallback, setCurrentBounds, setDistanceUnit, setImageFormat, setImageHeight, setImageParams, setImageWidth, setLayerParams, setLayerParamsOption, setLocale, setMapRequest, setOptions, setTransparency, setViewScale
-
Constructor Details
-
ZoomOutToRectRequest
public ZoomOutToRectRequest(String project, OrientedRectangle currentBounds, MapImageRequest.AttributedRect attBounds) Creates a new ZoomOutToRectRequest instance.- Parameters:
project
- the project name that will be used to create the image.currentBounds
- the last view bounds.attBounds
- the rectangle to use when zooming out.
-