Package | Description |
---|---|
org.apache.sis.io.wkt |
Well Known Text (WKT) parsing and formatting.
|
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 | Method and Description |
---|---|
protected abstract String |
FormattableObject.formatTo(Formatter formatter)
Formats the inner part of this Well Known Text (WKT) element into the given formatter.
|
Modifier and Type | Method and Description |
---|---|
protected String |
ImmutableIdentifier.formatTo(Formatter formatter)
Formats this identifier as a Well Known Text
Id[…] element. |
Modifier and Type | Method and Description |
---|---|
protected String |
DefaultParameterValue.formatTo(Formatter formatter)
Formats this parameter as a Well Known Text
Parameter[…] element. |
protected String |
DefaultParameterDescriptorGroup.formatTo(Formatter formatter)
Formats this group as a pseudo-Well Known Text element.
|
protected String |
DefaultParameterDescriptor.formatTo(Formatter formatter)
Formats this parameter as a pseudo-Well Known Text element.
|
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractIdentifiedObject.formatTo(Formatter formatter)
Formats the inner part of this Well Known Text (WKT) object into the given formatter.
|
Modifier and Type | Method and Description |
---|---|
protected String |
DefaultVerticalCRS.formatTo(Formatter formatter)
Formats this CRS as a Well Known Text
VerticalCRS[…] element. |
protected String |
DefaultTemporalCRS.formatTo(Formatter formatter)
Formats this CRS as a Well Known Text
TimeCRS[…] element. |
protected String |
DefaultImageCRS.formatTo(Formatter formatter)
Formats this CRS as a Well Known Text
ImageCRS[…] element. |
protected String |
DefaultGeographicCRS.formatTo(Formatter formatter)
Formats this CRS as a Well Known Text
GeodeticCRS[…] element. |
protected String |
DefaultGeocentricCRS.formatTo(Formatter formatter)
Formats this CRS as a Well Known Text
GeodeticCRS[…] element. |
protected String |
DefaultEngineeringCRS.formatTo(Formatter formatter)
Formats this CRS as a Well Known Text
EngineeringCRS[…] element. |
protected String |
DefaultCompoundCRS.formatTo(Formatter formatter)
Formats this CRS as a Well Known Text
CompoundCRS[…] element. |
protected String |
AbstractCRS.formatTo(Formatter formatter)
Formats the inner part of a Well Known Text (WKT) CRS into the given formatter.
|
Modifier and Type | Method and Description |
---|---|
protected String |
DefaultCoordinateSystemAxis.formatTo(Formatter formatter)
Formats this axis as a Well Known Text
Axis[…] element. |
protected String |
AbstractCS.formatTo(Formatter formatter)
Formats the inner part of this Well Known Text (WKT) CS into the given formatter.
|
Modifier and Type | Method and Description |
---|---|
protected String |
DefaultVerticalDatum.formatTo(Formatter formatter)
Formats this datum as a Well Known Text
VerticalDatum[…] element. |
protected String |
DefaultTemporalDatum.formatTo(Formatter formatter)
Formats this datum as a Well Known Text
TimeDatum[…] element. |
protected String |
DefaultPrimeMeridian.formatTo(Formatter formatter)
Formats this prime meridian as a Well Known Text
PrimeMeridian[…] element. |
protected String |
DefaultImageDatum.formatTo(Formatter formatter)
Formats this datum as a Well Known Text
ImageDatum[…] element. |
protected String |
DefaultGeodeticDatum.formatTo(Formatter formatter)
Formats this datum as a Well Known Text
Datum[…] element. |
protected String |
DefaultEngineeringDatum.formatTo(Formatter formatter)
Formats this datum as a Well Known Text
EngineeringDatum[…] element. |
protected String |
DefaultEllipsoid.formatTo(Formatter formatter)
Formats this ellipsoid as a Well Known Text
Ellipsoid[…] element. |
protected String |
BursaWolfParameters.formatTo(Formatter formatter)
Formats this object as a Well Known Text
ToWGS84[…] element. |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.