Uses of Class
org.geotools.geometry.DirectPosition2D

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
 InputStream WMSMapLayer.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)
 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, Object... params)
          Get feature data at the given position.
abstract  T InfoToolHelper.getInfo(DirectPosition2D pos, Object... params)
          Get feature data at the given position.
 List<Number> GridLayerHelper.getInfo(DirectPosition2D pos, Object... params)
          Get band values at the given position
 



Copyright © 1996-2010 Geotools. All Rights Reserved.