Package | Description |
---|---|
org.geotools.geometry |
org.geotools.geometry.Geometry implementation.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DirectPosition2D |
DirectPosition2D.clone()
Returns a clone of this point.
|
Constructor and Description |
---|
Envelope2D(DirectPosition2D minDP,
DirectPosition2D maxDP)
Constructs two-dimensional envelope defined by the specified coordinates.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
WMSLayer.getFeatureInfo(DirectPosition2D 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)
|
InputStream |
WMSMapLayer.getFeatureInfo(DirectPosition2D pos,
String infoFormat,
int featureCount)
Deprecated.
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)
|
InputStream |
WMSCoverageReader.getFeatureInfo(DirectPosition2D pos,
String infoFormat,
int featureCount,
GetMapRequest getmap)
Issues GetFeatureInfo against a point using the params of the last GetMap request
|
String |
WMSLayer.getFeatureInfoAsText(DirectPosition2D pos,
int featureCount)
Retrieves the feature info as text (assuming "text/plain" is a supported feature info format)
|
String |
WMSMapLayer.getFeatureInfoAsText(DirectPosition2D pos,
int featureCount)
Deprecated.
Retrieves the feature info as text (assuming "text/plain" is a supported feature info format)
|
Modifier and Type | Method and Description |
---|---|
DirectPosition2D |
MapMouseEvent.getMapPosition()
Deprecated.
Please use
MapMouseEvent.getWorldPos() instead |
DirectPosition2D |
MapMouseEvent.getWorldPos()
Gets the mouse position in world coordinates.
|
Modifier and Type | Method and Description |
---|---|
static DirectPosition2D |
InfoToolHelperUtils.getTransformed(DirectPosition2D pos,
MathTransform transform)
Transforms a position.
|
Modifier and Type | Method and Description |
---|---|
abstract InfoToolResult |
InfoToolHelper.getInfo(DirectPosition2D pos)
Gets layer data at the specified position.
|
InfoToolResult |
FeatureLayerHelper.getInfo(DirectPosition2D pos) |
InfoToolResult |
GridCoverageLayerHelper.getInfo(DirectPosition2D pos) |
InfoToolResult |
GridReaderLayerHelper.getInfo(DirectPosition2D pos) |
static DirectPosition2D |
InfoToolHelperUtils.getTransformed(DirectPosition2D pos,
MathTransform transform)
Transforms a position.
|
Copyright © 1996–2019 Geotools. All rights reserved.