|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoordinatePoint | |
org.geotools.ct | Coordinate Transformations implementation. |
org.geotools.cv | Coverage implementation. |
org.geotools.gc | Grid coverage implementation. |
org.geotools.gui.swing.event | Events fire from the Swing's widgets package. |
org.geotools.gui.tools | |
org.geotools.pt | Positioning implementation. |
org.geotools.renderer.j2d | Couches ? afficher sur une carte ? l'aide de Java2D. |
Uses of CoordinatePoint in org.geotools.ct |
Methods in org.geotools.ct that return CoordinatePoint | |
CoordinatePoint |
AbstractMathTransform.transform(CoordinatePoint ptSrc,
CoordinatePoint ptDst)
Deprecated. Transforms the specified ptSrc and stores the result
in ptDst . |
CoordinatePoint |
MathTransform.transform(CoordinatePoint ptSrc,
CoordinatePoint ptDst)
Deprecated. Transforms the specified ptSrc and stores the result in
ptDst . |
Methods in org.geotools.ct with parameters of type CoordinatePoint | |
CoordinatePoint |
AbstractMathTransform.transform(CoordinatePoint ptSrc,
CoordinatePoint ptDst)
Deprecated. Transforms the specified ptSrc and stores the result
in ptDst . |
Matrix |
AbstractMathTransform.derivative(CoordinatePoint point)
Deprecated. Gets the derivative of this transform at a point. |
Matrix |
AbstractMathTransform.Inverse.derivative(CoordinatePoint point)
Gets the derivative of this transform at a point. |
CoordinatePoint |
MathTransform.transform(CoordinatePoint ptSrc,
CoordinatePoint ptDst)
Deprecated. Transforms the specified ptSrc and stores the result in
ptDst . |
Matrix |
MathTransform.derivative(CoordinatePoint point)
Deprecated. Gets the derivative of this transform at a point. |
Uses of CoordinatePoint in org.geotools.cv |
Fields in org.geotools.cv declared as CoordinatePoint | |
protected CoordinatePoint |
Coverage.Renderable.coordinate
A coordinate point where to evaluate the function. |
Methods in org.geotools.cv with parameters of type CoordinatePoint | |
boolean[] |
Coverage.evaluate(CoordinatePoint coord,
boolean[] dest)
Deprecated. Returns a sequence of boolean values for a given point in the coverage. |
byte[] |
Coverage.evaluate(CoordinatePoint coord,
byte[] dest)
Deprecated. Returns a sequence of byte values for a given point in the coverage. |
int[] |
Coverage.evaluate(CoordinatePoint coord,
int[] dest)
Deprecated. Returns a sequence of integer values for a given point in the coverage. |
float[] |
Coverage.evaluate(CoordinatePoint coord,
float[] dest)
Deprecated. Returns a sequence of float values for a given point in the coverage. |
abstract double[] |
Coverage.evaluate(CoordinatePoint coord,
double[] dest)
Deprecated. Returns a sequence of double values for a given point in the coverage. |
Constructors in org.geotools.cv with parameters of type CoordinatePoint | |
PointOutsideCoverageException(CoordinatePoint point)
Deprecated. Construct an exception with a message for the specified point. |
Uses of CoordinatePoint in org.geotools.gc |
Methods in org.geotools.gc with parameters of type CoordinatePoint | |
int[] |
GridCoverage.evaluate(CoordinatePoint coord,
int[] dest)
Deprecated. Returns a sequence of integer values for a given point in the coverage. |
float[] |
GridCoverage.evaluate(CoordinatePoint coord,
float[] dest)
Deprecated. Returns a sequence of float values for a given point in the coverage. |
double[] |
GridCoverage.evaluate(CoordinatePoint coord,
double[] dest)
Deprecated. Returns a sequence of double values for a given point in the coverage. |
java.lang.String |
GridCoverage.getDebugString(CoordinatePoint coord)
Deprecated. Returns a debug string for the specified coordinate. |
Uses of CoordinatePoint in org.geotools.gui.swing.event |
Methods in org.geotools.gui.swing.event that return CoordinatePoint | |
CoordinatePoint |
GeoMouseEvent.getMapCoordinate(CoordinatePoint dest)
Returns the "real world" mouse's position. |
Methods in org.geotools.gui.swing.event with parameters of type CoordinatePoint | |
CoordinatePoint |
GeoMouseEvent.getMapCoordinate(CoordinatePoint dest)
Returns the "real world" mouse's position. |
Uses of CoordinatePoint in org.geotools.gui.tools |
Fields in org.geotools.gui.tools declared as CoordinatePoint | |
protected CoordinatePoint |
PanToolImpl.pressPoint
The Mouse button press down point in a click/drag operation |
protected CoordinatePoint |
PanToolImpl.releasePoint
The Mouse button release point in a click/drag operation |
Methods in org.geotools.gui.tools with parameters of type CoordinatePoint | |
protected void |
PanToolImpl.applyZoomTransform(CoordinatePoint midPoint,
double inverseZoomFactor)
Calculate a transform based on the new midpoint and zoomFactor. |
Uses of CoordinatePoint in org.geotools.pt |
Methods in org.geotools.pt that return CoordinatePoint | |
CoordinatePoint |
Adapters.wrap(org.opengis.pt.PT_CoordinatePoint point)
Deprecated. Returns a coordinate point from an OpenGIS's structure. |
Methods in org.geotools.pt with parameters of type CoordinatePoint | |
org.opengis.pt.PT_CoordinatePoint |
Adapters.export(CoordinatePoint point)
Deprecated. Returns an OpenGIS structure for a coordinate point. |
void |
CoordinatePoint.setLocation(CoordinatePoint point)
Deprecated. Set this coordinate to the specified CoordinatePoint . |
void |
Envelope.add(CoordinatePoint point)
Deprecated. Adds a point to this envelope. |
boolean |
Envelope.contains(CoordinatePoint point)
Deprecated. Tests if a specified coordinate is inside the boundary of this envelope. |
java.lang.String |
CoordinateFormat.format(CoordinatePoint point)
Deprecated. Formats a coordinate point. |
java.lang.StringBuffer |
CoordinateFormat.format(CoordinatePoint point,
java.lang.StringBuffer toAppendTo,
java.text.FieldPosition position)
Deprecated. Formats a coordinate point and appends the resulting text to a given string buffer. |
Constructors in org.geotools.pt with parameters of type CoordinatePoint | |
CoordinatePoint(CoordinatePoint point)
Deprecated. Construct a coordinate initialized to the same values than the specified point. |
|
Envelope(CoordinatePoint minCP,
CoordinatePoint maxCP)
Deprecated. Construct a envelope defined by two positions. |
Uses of CoordinatePoint in org.geotools.renderer.j2d |
Methods in org.geotools.renderer.j2d that return CoordinatePoint | |
CoordinatePoint |
GeoMouseEvent.getCoordinate(CoordinateSystem cs,
CoordinatePoint dest)
Returns the "real world" mouse's position in the specified coordinate system. |
Methods in org.geotools.renderer.j2d with parameters of type CoordinatePoint | |
CoordinatePoint |
GeoMouseEvent.getCoordinate(CoordinateSystem cs,
CoordinatePoint dest)
Returns the "real world" mouse's position in the specified coordinate system. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |