类 GeoTransform
- java.lang.Object
-
- org.meteoinfo.geometry.graphic.Transform
-
- org.meteoinfo.projection.GeoTransform
-
public class GeoTransform extends Transform
-
-
字段概要
字段 修饰符和类型 字段 说明 protected org.locationtech.proj4j.CoordinateTransformcoordinateTransformprotected ProjectionInfosourceProjprotected ProjectionInfotargetProj
-
构造器概要
构造器 构造器 说明 GeoTransform(ProjectionInfo source, ProjectionInfo target)Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ProjectionInfogetSourceProj()Get source projectionProjectionInfogetTargetProj()Get target projectionTransforminverted()booleanisValid()org.meteoinfo.common.PointDtransform(double x, double y)Graphictransform(Graphic graphic)
-
-
-
字段详细资料
-
coordinateTransform
protected org.locationtech.proj4j.CoordinateTransform coordinateTransform
-
sourceProj
protected ProjectionInfo sourceProj
-
targetProj
protected ProjectionInfo targetProj
-
-
构造器详细资料
-
GeoTransform
public GeoTransform(ProjectionInfo source, ProjectionInfo target)
Constructor- 参数:
source- Source projection infotarget- Target projection info
-
-
方法详细资料
-
getSourceProj
public ProjectionInfo getSourceProj()
Get source projection- 返回:
- Source projection
-
getTargetProj
public ProjectionInfo getTargetProj()
Get target projection- 返回:
- Target projection
-
transform
public org.meteoinfo.common.PointD transform(double x, double y)
-
-