|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A base interface for metadata applicable to coordinate system objects. The metadata items 'Abbreviation', 'Alias', 'Authority', 'AuthorityCode', 'Name' and 'Remarks' were specified in the Simple Features interfaces, so they have been kept here. This specification does not dictate what the contents of these items should be. However, the following guidelines are suggested:
CS_CoordinateSystemAuthorityFactory
is used to create
an object, the 'Authority' and 'AuthorityCode' values should be set
to the authority name of the factory object, and the authority code
supplied by the client, respectively. The other values may or may
not be set. (If the authority is EPSG, the implementer may consider
using the corresponding metadata values in the EPSG tables.)CS_CoordinateSystemFactory
creates an object, the 'Name'
should be set to the value supplied by the client. All of the other
metadata items should be left empty.
Method Summary | |
java.lang.String |
getAbbreviation()
Gets the abbreviation. |
java.lang.String |
getAlias()
Gets the alias. |
java.lang.String |
getAuthority()
Gets the authority name. |
java.lang.String |
getAuthorityCode()
Gets the authority-specific identification code. |
java.lang.String |
getName()
Gets the name. |
java.lang.String |
getRemarks()
Gets the provider-supplied remarks. |
java.lang.String |
getWKT()
Gets a Well-Known text representation of this object. |
java.lang.String |
getXML()
Gets an XML representation of this object. |
Method Detail |
public java.lang.String getName() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getAuthority() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getAuthorityCode() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getAlias() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getAbbreviation() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getRemarks() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getWKT() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getXML() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |