Package | Description |
---|---|
org.apache.sis.referencing.datum |
Relationship of a
CoordinateSystem (an abstract mathematical entity) to the earth or other system. |
Modifier and Type | Method and Description |
---|---|
static DefaultEllipsoid |
DefaultEllipsoid.castOrCopy(Ellipsoid object)
Returns a SIS ellipsoid implementation with the same values than the given arbitrary implementation.
|
static DefaultEllipsoid |
DefaultEllipsoid.createEllipsoid(Map<String,?> properties,
double semiMajorAxis,
double semiMinorAxis,
Unit<Length> unit)
Creates a new ellipsoid using the specified properties and axis length.
|
static DefaultEllipsoid |
DefaultEllipsoid.createFlattenedSphere(Map<String,?> properties,
double semiMajorAxis,
double inverseFlattening,
Unit<Length> unit)
Creates a new ellipsoid using the specified properties, axis length and inverse flattening value.
|
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.