Uses of Class
org.geotools.geometry.Position2D
Packages that use Position2D
Package
Description
Basic geometry concepts to support referencing and coverage use.
Mouse events and listener classes to work with both window and map positions.
Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools.
-
Uses of Position2D in org.geotools.geometry
Methods in org.geotools.geometry that return Position2DConstructors in org.geotools.geometry with parameters of type Position2DModifierConstructorDescriptionEnvelope2DArchived
(Position2D minDP, Position2D maxDP) Constructs two-dimensional envelope defined by the specified coordinates. -
Uses of Position2D in org.geotools.ows.wms.map
Methods in org.geotools.ows.wms.map with parameters of type Position2DModifier and TypeMethodDescriptionWMSCoverageReader.getFeatureInfo
(Position2D pos, String infoFormat, int featureCount, GetMapRequest getmap) Issues GetFeatureInfo against a point using the params of the last GetMap requestWMSLayer.getFeatureInfo
(Position2D pos, String infoFormat, int featureCount) Retrieves the feature info as a generic input stream, it's the duty of the caller to interpret the contents and ensure the stream is closed feature info format)WMSLayer.getFeatureInfoAsText
(Position2D pos, int featureCount) Retrieves the feature info as text (assuming "text/plain" is a supported feature info format) -
Uses of Position2D in org.geotools.swing.event
Methods in org.geotools.swing.event that return Position2DModifier and TypeMethodDescriptionMapMouseEvent.getWorldPos()
Gets the mouse position in world coordinates. -
Uses of Position2D in org.geotools.swing.tool
Methods in org.geotools.swing.tool that return Position2DModifier and TypeMethodDescriptionstatic Position2D
InfoToolHelperUtils.getTransformed
(Position2D pos, MathTransform transform) Transforms a position.Methods in org.geotools.swing.tool with parameters of type Position2DModifier and TypeMethodDescriptionFeatureLayerHelper.getInfo
(Position2D pos) GridCoverageLayerHelper.getInfo
(Position2D pos) GridReaderLayerHelper.getInfo
(Position2D pos) abstract InfoToolResult
InfoToolHelper.getInfo
(Position2D pos) Gets layer data at the specified position.static Position2D
InfoToolHelperUtils.getTransformed
(Position2D pos, MathTransform transform) Transforms a position.