This class is a static class to obtain a coordinate object by passing in either an EPSG code or a URN value.
| oscar. | This class is a static class to obtain a coordinate object by passing in either an EPSG code or a URN value. |
| Properties | |
| coords | Array<Object> Each coordinate item contains a description of the coordinate system and it’s EPSG code. |
| Functions | |
| getReference | Takes either an epsg or urn value and returns an object containing the description of the coordinage system, the epsg value and the urn value. |
| isUrn |
getReference : function( epsg )
Takes either an epsg or urn value and returns an object containing the description of the coordinage system, the epsg value and the urn value. Parameters:
| {String} epsg | or a urn value to find a matching description. |
{Object} containing description, epsg, urn properties.
Takes either an epsg or urn value and returns an object containing the description of the coordinage system, the epsg value and the urn value.
getReference : function( epsg )
isUrn : function( epsg )