|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.cs.Info.Export
org.deegree_impl.model.cs.Info.LinearUnit
OpenGIS linear unit.
Field Summary | |
protected Adapters |
adapters
The originating adapter. |
private double |
scale
Number of meters per linear unit. |
Constructor Summary | |
Info.LinearUnit(Adapters adapters,
double metersPerUnit)
Construct a linear unit. |
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. |
double |
getMetersPerUnit()
Returns the number of meters per linear unit. |
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. |
java.lang.String |
toString()
Returns a Well Know Text for this unit |
Info |
unwrap()
Returns the underlying implementation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.cs.CS_Info |
getAbbreviation, getAlias, getAuthority, getAuthorityCode, getName, getRemarks, getWKT, getXML |
Field Detail |
private final double scale
protected final transient Adapters adapters
Constructor Detail |
public Info.LinearUnit(Adapters adapters, double metersPerUnit)
Method Detail |
public double getMetersPerUnit() throws java.rmi.RemoteException
getMetersPerUnit
in interface CS_LinearUnit
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String toString()
toString
in class Info.Export
public final Info unwrap()
public java.lang.String getName() throws java.rmi.RemoteException
getName
in interface CS_Info
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getAuthority() throws java.rmi.RemoteException
getAuthority
in interface CS_Info
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getAuthorityCode() throws java.rmi.RemoteException
getAuthorityCode
in interface CS_Info
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getAlias() throws java.rmi.RemoteException
getAlias
in interface CS_Info
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getAbbreviation() throws java.rmi.RemoteException
getAbbreviation
in interface CS_Info
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getRemarks() throws java.rmi.RemoteException
getRemarks
in interface CS_Info
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getWKT() throws java.rmi.RemoteException
getWKT
in interface CS_Info
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getXML() throws java.rmi.RemoteException
getXML
in interface CS_Info
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 |