Uses of Interface
org.cresques.cts.IProjection

Packages that use IProjection
org.cresques.cts Clases relacionadas con el manejo de proyecciones. 
org.cresques.geo Pixel: Clases base relacionadas con geometria. 
org.cresques.impl.cts   
org.cresques.impl.cts.gt2   
org.cresques.impl.geo   
org.cresques.impl.geo.cover Clases relacionadas con coverturas espaciales. 
org.cresques.ui.cts Interfaces gráficas relacionadas con el manejo de proyecciones. 
org.gvsig.fmap.crs   
 

Uses of IProjection in org.cresques.cts
 

Subinterfaces of IProjection in org.cresques.cts
 interface UTM
           
 

Methods in org.cresques.cts that return IProjection
 IProjection ICRSFactory.get(String name)
          Devuelve una proyeccion a partir de una cadena.
 IProjection ICoordTrans.getPDest()
           
 IProjection ICoordTrans.getPOrig()
           
 

Methods in org.cresques.cts with parameters of type IProjection
 ICoordTrans IProjection.getCT(IProjection dest)
          Crea un ICoordTrans para transformar coordenadas desde el IProjection actual al dest.
 

Constructors in org.cresques.cts with parameters of type IProjection
GeoCalc(IProjection proj)
           
 

Uses of IProjection in org.cresques.geo
 

Methods in org.cresques.geo that return IProjection
 IProjection ViewPortData.getProjection()
           
 IProjection Projected.getProjection()
          Returns the current projection.
 

Methods in org.cresques.geo with parameters of type IProjection
 void ViewPortData.setCoordSys(IProjection cs)
           
 void ViewPortData.setProjection(IProjection proj)
           
 

Constructors in org.cresques.geo with parameters of type IProjection
ViewPortData(IProjection proj, Extent extent, Dimension size)
           
 

Uses of IProjection in org.cresques.impl.cts
 

Methods in org.cresques.impl.cts that return IProjection
 IProjection ProjectionPool.get(String name)
          Devuelve una proyeccion a partir de una cadena.
 

Methods in org.cresques.impl.cts with parameters of type IProjection
static void ProjectionPool.add(String name, IProjection proj)
          Mete una nueva proyeccion en la Pool.
 

Uses of IProjection in org.cresques.impl.cts.gt2
 

Classes in org.cresques.impl.cts.gt2 that implement IProjection
 class CoordSys
          Sistema de Coordenadas (Proyección).
 class CSGaussPt
           
 class CSLambertCC
           
 class CSMercator
           
 class CSUTM
           
 

Methods in org.cresques.impl.cts.gt2 with parameters of type IProjection
 ICoordTrans CoordSys.getCT(IProjection dest)
           
 

Uses of IProjection in org.cresques.impl.geo
 

Classes in org.cresques.impl.geo that implement IProjection
 class CCLambert
          Proyeccion de Conica Comforme Lambert
 class Gauss
          Proyeccion de Gauss (Mapa de Portugal)
 class Geodetic
           
 class Mercator
          Proyeccion Mercator
 class Projection
           
 class UtmZone
           
 

Methods in org.cresques.impl.geo that return IProjection
 IProjection ReProjection.getPDest()
           
 IProjection ReProjection.getPOrig()
           
 IProjection UtmPoint.getProjection()
           
 IProjection ProjPoint.getProjection()
           
 IProjection GeoPoint.getProjection()
           
static IProjection UtmZone.getProjectionByName(IDatum eli, String name)
           
static IProjection Projection.getProjectionByName(IDatum eli, String name)
           
static IProjection Mercator.getProjectionByName(IDatum eli, String name)
           
static IProjection Geodetic.getProjectionByName(IDatum eli, String name)
           
static IProjection Gauss.getProjectionByName(IDatum eli, String name)
           
static IProjection CCLambert.getProjectionByName(IDatum eli, String name)
           
 

Methods in org.cresques.impl.geo with parameters of type IProjection
 ICoordTrans UtmZone.getCT(IProjection dest)
           
 ICoordTrans Mercator.getCT(IProjection dest)
           
 ICoordTrans Geodetic.getCT(IProjection dest)
           
 ICoordTrans Gauss.getCT(IProjection dest)
           
 ICoordTrans CCLambert.getCT(IProjection dest)
           
 

Uses of IProjection in org.cresques.impl.geo.cover
 

Methods in org.cresques.impl.geo.cover that return IProjection
 IProjection Hoja.getProjection()
           
 

Methods in org.cresques.impl.geo.cover with parameters of type IProjection
 void Hoja.setProjection(IProjection p)
           
 

Constructors in org.cresques.impl.geo.cover with parameters of type IProjection
Hoja(IProjection proj, String code, String name)
           
 

Uses of IProjection in org.cresques.ui.cts
 

Methods in org.cresques.ui.cts that return IProjection
 IProjection CSSelectionPanel.getProjection()
           
 IProjection CSSelectionModel.getProjection()
           
 

Methods in org.cresques.ui.cts with parameters of type IProjection
 void CSSelectionPanel.setProjection(IProjection proj)
           
 void CSSelectionModel.setProjection(IProjection proj)
           
 

Uses of IProjection in org.gvsig.fmap.crs
 

Methods in org.gvsig.fmap.crs that return IProjection
static IProjection CRSFactory.getCRS(String code)
           
 



Copyright © 2004-2013 gvSIG. All Rights Reserved.