Uses of Class
org.geotools.geometry.Position2D
-
Packages that use Position2D Package Description org.geotools.geometry Basic geometry concepts to support referencing and coverage use.org.geotools.ows.wms.map org.geotools.swing.event Mouse events and listener classes to work with both window and map positions.org.geotools.swing.tool 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 Position2D Modifier and Type Method Description Position2D
Position2D. clone()
Returns a clone of this point.Constructors in org.geotools.geometry with parameters of type Position2D Constructor Description Envelope2DArchived(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 Position2D Modifier and Type Method Description InputStream
WMSCoverageReader. getFeatureInfo(Position2D pos, String infoFormat, int featureCount, GetMapRequest getmap)
Issues GetFeatureInfo against a point using the params of the last GetMap requestInputStream
WMSLayer. 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)String
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 Position2D Modifier and Type Method Description Position2D
MapMouseEvent. getWorldPos()
Gets the mouse position in world coordinates. -
Uses of Position2D in org.geotools.swing.tool
Methods in org.geotools.swing.tool that return Position2D Modifier and Type Method Description static Position2D
InfoToolHelperUtils. getTransformed(Position2D pos, MathTransform transform)
Transforms a position.Methods in org.geotools.swing.tool with parameters of type Position2D Modifier and Type Method Description InfoToolResult
FeatureLayerHelper. getInfo(Position2D pos)
InfoToolResult
GridCoverageLayerHelper. getInfo(Position2D pos)
InfoToolResult
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.
-