Package | Description |
---|---|
org.apache.sis.metadata.iso |
Root package for ISO 19115 metadata about resources (data or services).
|
org.apache.sis.parameter |
Descriptions and values of parameters used by a coordinate operation or a process.
|
org.apache.sis.referencing |
Base classes for reference systems used for general positioning.
|
org.apache.sis.referencing.crs |
Coordinate reference system definitions as coordinate systems related to the earth through datum.
|
org.apache.sis.referencing.cs |
Coordinate system definitions as the set of coordinate system axes that spans the coordinate space.
|
org.apache.sis.referencing.datum |
Relationship of a
CoordinateSystem (an abstract mathematical entity) to the earth or other system. |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableIdentifier
Immutable value uniquely identifying an object within a namespace, together with a version.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultParameterDescriptor<T>
The definition of a single parameter used by an operation method.
|
class |
DefaultParameterDescriptorGroup
The definition of a group of related parameters used by an operation method.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdentifiedObject
Base class for objects identified by a name or a code.
|
class |
AbstractReferenceSystem
Description of a spatial and temporal reference system used by a dataset.
|
class |
NamedIdentifier
An identification of a CRS object which is both a
ReferenceIdentifier and a GenericName . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCRS
Abstract coordinate reference system, usually defined by a coordinate system and a datum.
|
class |
DefaultCompoundCRS
A CRS describing the position of points through two or more independent coordinate reference systems.
|
class |
DefaultEngineeringCRS
A contextually local coordinate reference system.
|
class |
DefaultGeocentricCRS
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.
|
class |
DefaultGeographicCRS
A coordinate reference system based on an ellipsoidal approximation of the geoid.
|
class |
DefaultImageCRS
An engineering coordinate reference system applied to locations in images.
|
class |
DefaultTemporalCRS
A 1D coordinate reference system used for the recording of time.
|
class |
DefaultVerticalCRS
A 1D coordinate reference system used for recording heights or depths.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCS
The set of coordinate system axes that spans a given coordinate space.
|
class |
DefaultAffineCS
A 2- or 3-dimensional coordinate system with straight axes that are not necessarily orthogonal.
|
class |
DefaultCartesianCS
A 2- or 3-dimensional Cartesian coordinate system made of straight orthogonal axes.
|
class |
DefaultCompoundCS
A coordinate system made of two or more independent coordinate systems.
|
class |
DefaultCoordinateSystemAxis
Coordinate system axis name, direction, unit and range of values.
|
class |
DefaultCylindricalCS
A 3-dimensional coordinate system made of a
polar coordinate system extended by a straight perpendicular axis.
|
class |
DefaultEllipsoidalCS
A 2- or 3-dimensional coordinate system for geodetic latitude and longitude, optionally with ellipsoidal height.
|
class |
DefaultLinearCS
A 1-dimensional coordinate system for points that lie on a single axis (not necessarily a straight line).
|
class |
DefaultPolarCS
A 2-dimensional coordinate system for coordinates represented by a distance from the origin
and an angle from a fixed direction.
|
class |
DefaultSphericalCS
A 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.
|
class |
DefaultTimeCS
A 1-dimensional coordinate system for time elapsed in the specified time units from a specified time origin.
|
class |
DefaultUserDefinedCS
A 2- or 3-dimensional coordinate system for any combination of coordinate axes not covered by other CS types.
|
class |
DefaultVerticalCS
A 1-dimensional coordinate system for heights or depths of points.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDatum
Specifies the relationship of a coordinate system to the earth.
|
class |
DefaultEllipsoid
Geometric figure that can be used to describe the approximate shape of the earth.
|
class |
DefaultEngineeringDatum
Defines the origin of an engineering coordinate reference system.
|
class |
DefaultGeodeticDatum
Defines the location and orientation of an ellipsoid that approximates the shape of the earth.
|
class |
DefaultImageDatum
Defines the origin of an image coordinate reference system.
|
class |
DefaultPrimeMeridian
Defines the origin from which longitude values are determined.
|
class |
DefaultTemporalDatum
Defines the origin of a temporal coordinate reference system.
|
class |
DefaultVerticalDatum
Identifies a particular reference level surface used as a zero-height surface.
|
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.