public class MetaCRSTestCase extends Object
| 构造器 | 说明 |
|---|---|
MetaCRSTestCase(String testName,
String testMethod,
String srcCrsAuth,
String srcCrs,
String tgtCrsAuth,
String tgtCrs,
double srcOrd1,
double srcOrd2,
double srcOrd3,
double tgtOrd1,
double tgtOrd2,
double tgtOrd3,
double tolOrd1,
double tolOrd2,
double tolOrd3,
String using,
String dataSource,
String dataCmnts,
String maintenanceCmnts) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
CoordinateReferenceSystem |
createCS(CRSFactory csFactory,
String auth,
String code) |
|
static String |
csName(String auth,
String code) |
|
boolean |
execute(CRSFactory csFactory) |
|
String |
getName() |
|
ProjCoordinate |
getResultCoordinate() |
|
ProjCoordinate |
getSourceCoordinate() |
|
String |
getSourceCrsName() |
|
CoordinateReferenceSystem |
getSourceCS() |
|
ProjCoordinate |
getTargetCoordinate() |
|
String |
getTargetCrsName() |
|
CoordinateReferenceSystem |
getTargetCS() |
|
void |
print(PrintStream os) |
|
void |
setCache(CRSCache crsCache) |
public MetaCRSTestCase(String testName, String testMethod, String srcCrsAuth, String srcCrs, String tgtCrsAuth, String tgtCrs, double srcOrd1, double srcOrd2, double srcOrd3, double tgtOrd1, double tgtOrd2, double tgtOrd3, double tolOrd1, double tolOrd2, double tolOrd3, String using, String dataSource, String dataCmnts, String maintenanceCmnts)
public String getName()
public String getSourceCrsName()
public String getTargetCrsName()
public CoordinateReferenceSystem getSourceCS()
public CoordinateReferenceSystem getTargetCS()
public ProjCoordinate getSourceCoordinate()
public ProjCoordinate getTargetCoordinate()
public ProjCoordinate getResultCoordinate()
public void setCache(CRSCache crsCache)
public boolean execute(CRSFactory csFactory)
public CoordinateReferenceSystem createCS(CRSFactory csFactory, String auth, String code)
public void print(PrintStream os)
Copyright © 2019. All rights reserved.