|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="CT_CoordinateTransformationAuthorityFactory",
specification=OGC_01009)
public interface CoordinateOperationAuthorityFactoryCreates coordinate transformation objects from codes. The codes are maintained by an external authority. A commonly used authority is EPSG, which is also used in the GeoTIFF standard.
| Method Summary | |
|---|---|
CoordinateOperation |
createCoordinateOperation(String code)
Creates an operation from a single operation code. |
Set<CoordinateOperation> |
createFromCoordinateReferenceSystemCodes(String sourceCode,
String targetCode)
Creates an operation from coordinate reference system codes. |
| Methods inherited from interface AuthorityFactory |
|---|
createObject, getAuthority, getAuthorityCodes, getDescriptionText |
| Methods inherited from interface Factory |
|---|
getVendor |
| Method Detail |
|---|
@UML(identifier="createFromTransformationCode",
specification=OGC_01009)
CoordinateOperation createCoordinateOperation(String code)
throws FactoryException
code - Coded value for transformation.
NoSuchAuthorityCodeException - if the specified code was not found.
FactoryException - if the object creation failed for some other reason.
@UML(identifier="createFromCoordinateSystemCodes",
specification=OGC_01009)
Set<CoordinateOperation> createFromCoordinateReferenceSystemCodes(String sourceCode,
String targetCode)
throws FactoryException
sourceCode - Coded value of source coordinate reference system.targetCode - Coded value of target coordinate reference system.
NoSuchAuthorityCodeException - if a specified code was not found.
FactoryException - if the object creation failed for some other reason.
|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
Symbols, terms and definitions | Copyright OpenGIS® Consortium |