public final class CoordSysFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
CoordSys |
getCoordSys(Code code)
Get the coordinate system with the specified code space and code.
|
CoordSys |
getCoordSys(String codeSpace,
String code)
Get the coordinate system with the specified code space and code.
|
static CoordSysFactory |
getDefaultCoordSysFactory()
Get the default coordinate system factory.
|
public static CoordSysFactory getDefaultCoordSysFactory()
public CoordSys getCoordSys(String codeSpace, String code)
codeSpace - Get the coordinate system with this code space.code - Get the coordinate system with this code (in the context of the specified code space).