public interface Ellipsoid
Copyright 2004-2009 Partner Software, Inc.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescriptiveName()
Returns a description of the elipsoid, good place for any aliases.
|
double |
getMajorAxis()
Returns the semi-major axis of the elipsoid.
|
double |
getMinorAxis()
Returns the semi-minor axis.
|
java.lang.String |
getName()
Returns the name of the elipsoid.
|
java.lang.String |
getUnitOfMeasure()
Returns the units of measure for the ellipsoid.
|
java.lang.String getUnitOfMeasure()
double getMajorAxis()
double getMinorAxis()
java.lang.String getName()
java.lang.String getDescriptiveName()