|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeoCoordTransformation | |
com.bbn.openmap.dataAccess.shape | This package provides read and write access to ESRI shape files, including the .shp, .dbf and .shx files. |
com.bbn.openmap.layer.shape | Provides an OpenMap layer for dealing with shape files. |
com.bbn.openmap.layer.shape.areas | Provides an extension to the ShapeLayer that deals with attributes files for shapefiles. |
com.bbn.openmap.proj.coords |
Uses of GeoCoordTransformation in com.bbn.openmap.dataAccess.shape |
Fields in com.bbn.openmap.dataAccess.shape declared as GeoCoordTransformation | |
protected GeoCoordTransformation |
EsriGraphicFactory.dataTransformation
|
Methods in com.bbn.openmap.dataAccess.shape that return GeoCoordTransformation | |
GeoCoordTransformation |
EsriGraphicFactory.getDataCoordTransformation()
|
Methods in com.bbn.openmap.dataAccess.shape with parameters of type GeoCoordTransformation | |
protected static float[] |
EsriGraphicFactory.getFloatCoords(BinaryFile shpFile,
int length,
boolean isPolygon,
GeoCoordTransformation dataTrans,
EsriGraphicFactory.ReadByteTracker bitTracker)
|
protected static float[] |
EsriGraphicFactory.getFloatCoords(LittleEndianInputStream iStream,
int length,
boolean isPolygon,
GeoCoordTransformation dataTrans,
EsriGraphicFactory.ReadByteTracker bitTracker)
|
protected static double[] |
EsriGraphicFactory.getCoords(BinaryFile shpFile,
int length,
boolean isPolygon,
GeoCoordTransformation dataTrans,
EsriGraphicFactory.ReadByteTracker bitTracker)
|
protected static double[] |
EsriGraphicFactory.getCoords(LittleEndianInputStream iStream,
int length,
boolean isPolygon,
GeoCoordTransformation dataTrans,
EsriGraphicFactory.ReadByteTracker bitTracker)
|
void |
EsriGraphicFactory.setDataCoordTransformation(GeoCoordTransformation dataTrans)
|
Constructors in com.bbn.openmap.dataAccess.shape with parameters of type GeoCoordTransformation | |
EsriGraphicFactory(int lineType,
GeoCoordTransformation dataTransformation)
|
Uses of GeoCoordTransformation in com.bbn.openmap.layer.shape |
Fields in com.bbn.openmap.layer.shape declared as GeoCoordTransformation | |
protected GeoCoordTransformation |
SpatialIndexHandler.coordTranslator
|
protected GeoCoordTransformation |
ShapeLayer.coordTransform
A translator for converting pre-projected coordinates from the file into decimal degree lat/lon. |
Methods in com.bbn.openmap.layer.shape that return GeoCoordTransformation | |
GeoCoordTransformation |
SpatialIndexHandler.getCoordTranslator()
|
GeoCoordTransformation |
ShapeLayer.getCoordTransform()
|
Methods in com.bbn.openmap.layer.shape with parameters of type GeoCoordTransformation | |
void |
SpatialIndexHandler.setCoordTranslator(GeoCoordTransformation coordTranslator)
|
protected OMGraphicList |
SpatialIndexHandler.getWholePlanet(GeoCoordTransformation dataTransform)
Get the graphics for the entire planet. |
OMGraphicList |
SpatialIndex.getOMGraphics(double xmin,
double ymin,
double xmax,
double ymax,
OMGraphicList list,
DrawingAttributes drawingAttributes,
Projection mapProj,
GeoCoordTransformation dataProj)
Locates OMGraphics in the shape file that intersect with the given rectangle. |
java.util.Iterator |
SpatialIndex.entryIterator(GeoCoordTransformation dataTransform)
Provides an iterator over the SpatialIndex entries. |
protected java.util.List |
SpatialIndex.readIndexFile(ESRIBoundingBox bounds,
GeoCoordTransformation dataTransform)
|
void |
ShapeLayer.setCoordTransform(GeoCoordTransformation coordTranslator)
|
Uses of GeoCoordTransformation in com.bbn.openmap.layer.shape.areas |
Fields in com.bbn.openmap.layer.shape.areas declared as GeoCoordTransformation | |
protected GeoCoordTransformation |
AreaHandler.coordTransform
|
Methods in com.bbn.openmap.layer.shape.areas that return GeoCoordTransformation | |
GeoCoordTransformation |
AreaHandler.getCoordTransform()
|
Methods in com.bbn.openmap.layer.shape.areas with parameters of type GeoCoordTransformation | |
void |
AreaHandler.setCoordTransform(GeoCoordTransformation dataTransform)
|
Uses of GeoCoordTransformation in com.bbn.openmap.proj.coords |
Classes in com.bbn.openmap.proj.coords that implement GeoCoordTransformation | |
class |
AbstractGCT
|
class |
LatLonGCT
|
class |
MercatorMeterGCT
Convert between mercator meters and lat/lon degrees. |
class |
UTMGCT
|
Constructors in com.bbn.openmap.proj.coords with parameters of type GeoCoordTransformation | |
CoordinateReferenceSystem(GeoCoordTransformation coordConverter,
java.lang.Class projLoaderClass,
Ellipsoid ellipsoid)
|
|
CoordinateReferenceSystem(GeoCoordTransformation coordConverter,
java.lang.Class projLoaderClass,
Ellipsoid ellipsoid,
java.util.Properties projectionParameters)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |