|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IProjection in es.prodevelop.geodetic.utils.conversion |
Methods in es.prodevelop.geodetic.utils.conversion with parameters of type IProjection | |
static boolean |
GeoUtils.isInED50Meters(IProjection p)
Utility method to find out if the given projection is in meters and in ED50. |
static boolean |
GeoUtils.isInWGS84Meters(IProjection p)
Utility method to find out if the given projection is in meters and in ED50. |
static int |
GeoUtils.getZone(IProjection p)
Utility method to get the zone of a UTM projection. |
static double[] |
ConversionCoords.wgs842projection(double lon,
double lat,
IProjection p)
Converts the given WGS84 coordinates into the specified projection |
Uses of IProjection in es.prodevelop.gvsig.mobile.fmap |
Methods in es.prodevelop.gvsig.mobile.fmap that return IProjection | |
IProjection |
MapContext.getProjection()
|
Methods in es.prodevelop.gvsig.mobile.fmap with parameters of type IProjection | |
void |
MapContext.setProjection(IProjection proj)
Sets a new projection. |
Uses of IProjection in es.prodevelop.gvsig.mobile.fmap.driver.raster |
Methods in es.prodevelop.gvsig.mobile.fmap.driver.raster that return IProjection | |
IProjection |
GeorreferencedRasterDriver.getProjection()
Obtiene la proyección en la que está el raster |
IProjection |
DefaultRasterDriver.getProjection()
|
Methods in es.prodevelop.gvsig.mobile.fmap.driver.raster with parameters of type IProjection | |
void |
GeorreferencedRasterDriver.initialize(IProjection proj)
Inicializa el raster con la proyección que se le pasa. |
void |
GeorreferencedRasterDriver.setProjection(IProjection proj)
Asigna la proyección en la que está el raster |
void |
DefaultRasterDriver.initialize(IProjection p)
|
void |
DefaultRasterDriver.setProjection(IProjection p)
|
Uses of IProjection in es.prodevelop.gvsig.mobile.fmap.driver.raster.ecw |
Methods in es.prodevelop.gvsig.mobile.fmap.driver.raster.ecw that return IProjection | |
IProjection |
EcwRasterDriver.getProjection()
|
Methods in es.prodevelop.gvsig.mobile.fmap.driver.raster.ecw with parameters of type IProjection | |
void |
EcwRasterDriver.initialize(IProjection p)
Initializes the driver, simply sets the projection. |
void |
EcwRasterDriver.setProjection(IProjection p)
Sets the projection. |
Uses of IProjection in es.prodevelop.gvsig.mobile.fmap.driver.raster.memory.wkformat |
Methods in es.prodevelop.gvsig.mobile.fmap.driver.raster.memory.wkformat that return IProjection | |
IProjection |
WKFRasterDriver.getProjection()
|
Methods in es.prodevelop.gvsig.mobile.fmap.driver.raster.memory.wkformat with parameters of type IProjection | |
void |
WKFRasterDriver.initialize(IProjection p)
Initializes the driver. |
void |
WKFRasterDriver.setProjection(IProjection p)
Sets a new projection |
Uses of IProjection in es.prodevelop.gvsig.mobile.fmap.driver.raster.wms |
Methods in es.prodevelop.gvsig.mobile.fmap.driver.raster.wms that return IProjection | |
IProjection |
WmsRasterDriver.getProjection()
|
Methods in es.prodevelop.gvsig.mobile.fmap.driver.raster.wms with parameters of type IProjection | |
void |
WmsRasterDriver.initialize(IProjection p)
Initializes the driver with the given projection |
void |
WmsRasterDriver.setProjection(IProjection p)
Sets a new projection |
Uses of IProjection in es.prodevelop.gvsig.mobile.fmap.layer |
Methods in es.prodevelop.gvsig.mobile.fmap.layer that return IProjection | |
IProjection |
FLyrDefault.getProjection()
|
Methods in es.prodevelop.gvsig.mobile.fmap.layer with parameters of type IProjection | |
static FLayer |
LayerFactory.createLayer(java.lang.String layerName,
java.lang.String driverName,
java.io.File f,
IProjection proj)
|
static FLayer |
LayerFactory.createLayer(java.lang.String layerName,
VectorialFileDriver d,
java.io.File f,
IProjection proj)
It creates a FLayer (FLyrVect) which reads its data from a file driver, projected in the specified projection. |
void |
FLyrDefault.setProjection(IProjection proj)
Inserta una proyección. |
Uses of IProjection in es.prodevelop.gvsig.mobile.fmap.proj |
Classes in es.prodevelop.gvsig.mobile.fmap.proj that implement IProjection | |
class |
Projection
Basic projection class. |
Methods in es.prodevelop.gvsig.mobile.fmap.proj that return IProjection | |
static IProjection |
CRSFactory.getCRS(java.lang.String projName)
Creates a projection for the given projection abbreviation |
Uses of IProjection in es.prodevelop.gvsig.mobile.fmap.viewport |
Methods in es.prodevelop.gvsig.mobile.fmap.viewport that return IProjection | |
IProjection |
ViewPort.getProjection()
Devuelve la proyección. |
Methods in es.prodevelop.gvsig.mobile.fmap.viewport with parameters of type IProjection | |
void |
ViewPort.setProjection(IProjection proj)
Inserta la proyección. |
Constructors in es.prodevelop.gvsig.mobile.fmap.viewport with parameters of type IProjection | |
ViewPort(IProjection p)
Crea un nuevo ViewPort. |
Uses of IProjection in es.prodevelop.gvsig.mobile.gui.canvas |
Methods in es.prodevelop.gvsig.mobile.gui.canvas that return IProjection | |
IProjection |
MapControl.getProjection()
Gets current projection (gets the data from the project) |
Methods in es.prodevelop.gvsig.mobile.gui.canvas with parameters of type IProjection | |
void |
MapControl.setProjection(IProjection proj)
Sets the current projection (sets the data in the project) |
Uses of IProjection in es.prodevelop.gvsig.mobile.project |
Methods in es.prodevelop.gvsig.mobile.project that return IProjection | |
IProjection |
Project.getProjection()
|
Methods in es.prodevelop.gvsig.mobile.project with parameters of type IProjection | |
void |
Project.setProjection(IProjection p)
Sets the projection in this project |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |