|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectStatic
GeoAPI
public final class GeoAPI
Maps ISO identifiers to the GeoAPI types (interfaces or code lists).
| utility/geotk-utility (download) | View source code for this class |
| Method Summary | |
|---|---|
static Class<?> |
forUML(String identifier)
Returns the GeoAPI interface for the given ISO identifier, or null if none. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Class<?> forUML(String identifier)
null if none.
The identifier argument shall be the value documented in the UML.identifier()
annotation associated with the GeoAPI interface. Examples:
forUML("CI_Citation") returns Citation.classforUML("CS_AxisDirection") returns AxisDirection.class
Only identifiers for the stable part of GeoAPI are recognized. This method does not handle
the identifiers for the geoapi-pending module.
identifier - The ISO UML identifier.
null if the given identifier is unknown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||