|
||||||||||
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 | Simple Swing widgets for map display. |
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 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 | |
---|---|
java.io.InputStream |
WMSMapLayer.getFeatureInfo(DirectPosition2D pos,
java.lang.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) |
java.lang.String |
WMSMapLayer.getFeatureInfoAsText(DirectPosition2D pos,
int featureCount)
Retrieves the feature info as text (assuming "text/plain" is a supported feature info format) |
Uses of DirectPosition2D in org.geotools.swing |
---|
Methods in org.geotools.swing with parameters of type DirectPosition2D | |
---|---|
void |
StatusBar.displayCoords(DirectPosition2D mapPos)
Format and display the coordinates of the given position |
Uses of DirectPosition2D in org.geotools.swing.event |
---|
Methods in org.geotools.swing.event that return DirectPosition2D | |
---|---|
DirectPosition2D |
MapMouseEvent.getMapPosition()
Get the position, in map (world) coordinates of this mouse event |
Uses of DirectPosition2D in org.geotools.swing.tool |
---|
Methods in org.geotools.swing.tool with parameters of type DirectPosition2D | |
---|---|
FeatureCollection |
VectorLayerHelper.getInfo(DirectPosition2D pos,
java.lang.Object... params)
Get feature data at the given position. |
abstract T |
InfoToolHelper.getInfo(DirectPosition2D pos,
java.lang.Object... params)
Get feature data at the given position. |
java.util.List<java.lang.Number> |
GridLayerHelper.getInfo(DirectPosition2D pos,
java.lang.Object... params)
Get band values at the given position |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |