|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DirectPosition2D | |
---|---|
org.geotools.geometry | org.geotools.geometry.Geometry implementation. |
org.geotools.map | List of layers to be rendered. |
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. |
org.geotools.swt.event | Mouse events and listener classes to work with both window and map positions. |
org.geotools.swt.tool | Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools. |
org.geotools.swt.utils | Helper classes for swt module components |
Uses of DirectPosition2D in org.geotools.geometry |
---|
Methods in org.geotools.geometry that return DirectPosition2D | |
---|---|
DirectPosition2D |
DirectPosition2D.clone()
Returns a clone of this point. |
Constructors in org.geotools.geometry with parameters of type DirectPosition2D | |
---|---|
Envelope2D(DirectPosition2D minDP,
DirectPosition2D maxDP)
Constructs two-dimensional envelope defined by the specified coordinates. |
Uses of DirectPosition2D in org.geotools.map |
---|
Methods in org.geotools.map with parameters of type DirectPosition2D | |
---|---|
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) |
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) |
Uses of DirectPosition2D in org.geotools.swing.event |
---|
Methods in org.geotools.swing.event that return DirectPosition2D | |
---|---|
DirectPosition2D |
MapMouseEvent.getMapPosition()
Deprecated. Please use MapMouseEvent.getWorldPos() instead |
DirectPosition2D |
MapMouseEvent.getWorldPos()
Gets the mouse position in world coordinates. |
Uses of DirectPosition2D in org.geotools.swing.tool |
---|
Methods in org.geotools.swing.tool that return DirectPosition2D | |
---|---|
static DirectPosition2D |
InfoToolHelperUtils.getTransformed(DirectPosition2D pos,
MathTransform transform)
Transforms a position. |
Methods in org.geotools.swing.tool with parameters of type DirectPosition2D | |
---|---|
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. |
Uses of DirectPosition2D in org.geotools.swt.event |
---|
Methods in org.geotools.swt.event that return DirectPosition2D | |
---|---|
DirectPosition2D |
MapMouseEvent.getMapPosition()
Get the position, in map (world) coordinates of this mouse event |
Uses of DirectPosition2D in org.geotools.swt.tool |
---|
Methods in org.geotools.swt.tool with parameters of type DirectPosition2D | |
---|---|
List<Number> |
GridLayerHelper.getInfo(DirectPosition2D pos,
Object... params)
Get band values at the given position |
abstract T |
InfoToolHelper.getInfo(DirectPosition2D pos,
Object... params)
Get feature data at the given position. |
SimpleFeatureCollection |
VectorLayerHelper.getInfo(DirectPosition2D pos,
Object... params)
Get feature data at the given position. |
Uses of DirectPosition2D in org.geotools.swt.utils |
---|
Methods in org.geotools.swt.utils with parameters of type DirectPosition2D | |
---|---|
void |
StatusBarNotifier.displayCoords(DirectPosition2D mapPos)
Format and display the coordinates of the given position |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |