Package | Description |
---|---|
org.apache.sis.feature |
Defines the structure and content of views of real-world phenomenon.
|
org.apache.sis.feature.builder |
Helper classes for creating
FeatureType instances. |
org.apache.sis.io.wkt |
Well Known Text (WKT) parsing and formatting.
|
org.apache.sis.measure |
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
|
org.apache.sis.metadata |
Root package for various metadata implementations.
|
org.apache.sis.parameter |
Descriptions and values of parameters used by a coordinate operation or a process.
|
org.apache.sis.referencing.factory |
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
|
org.apache.sis.referencing.gazetteer |
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
|
org.apache.sis.referencing.operation.builder |
Helper classes for creating Math Transforms from a set of points.
|
org.apache.sis.referencing.operation.projection |
Map projection implementations.
|
org.apache.sis.referencing.operation.transform |
Conversions or transformations of multi-dimensional coordinate points.
|
org.apache.sis.storage |
Data store base types for retrieving and saving geospatial data
in various storage formats.
|
org.apache.sis.storage.earthobservation |
Metadata readers for some format used in Earth observation (Landsat, MODIS).
|
org.apache.sis.storage.netcdf |
Maps ISO metadata elements from/to the Climate and Forecast (CF)
attributes in a netCDF file.
|
org.apache.sis.util.iso |
Implementations of GeoAPI types from the
org.opengis.util package. |
org.apache.sis.util.logging |
Extensions to the JDK logging framework.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultAttributeType.toString()
Returns a string representation of this attribute type.
|
String |
DefaultAssociationRole.toString()
Returns a string representation of this association role.
|
String |
AbstractOperation.toString()
Returns a string representation of this operation.
|
String |
AbstractAttribute.toString()
Returns a string representation of this attribute.
|
String |
AbstractAssociation.toString()
Returns a string representation of this association.
|
Modifier and Type | Method and Description |
---|---|
String |
TypeBuilder.toString()
Returns a string representation of this object.
|
Modifier and Type | Method and Description |
---|---|
void |
FormattableObject.print()
Prints a string representation of this object to the standard output stream.
|
String |
Formatter.toString()
Returns a string representation of this formatter for debugging purpose.
|
Modifier and Type | Method and Description |
---|---|
String |
AngleFormat.toString()
Returns a string representation of this object for debugging purpose.
|
Modifier and Type | Method and Description |
---|---|
String |
MetadataStandard.toString()
Returns a string representation of this metadata standard.
|
Modifier and Type | Method and Description |
---|---|
void |
Parameters.print()
Prints a string representation of this group to the standard output stream.
|
void |
AbstractParameterDescriptor.print()
Prints a string representation of this descriptor to the standard output stream.
|
String |
Parameters.toString()
Returns a string representation of this group.
|
String |
AbstractParameterDescriptor.toString()
Returns a string representation of this descriptor.
|
Modifier and Type | Method and Description |
---|---|
void |
ConcurrentAuthorityFactory.printCacheContent(PrintWriter out)
Prints the cache content to the given writer.
|
String |
GeodeticAuthorityFactory.toString()
Returns a string representation of this factory for debugging purpose only.
|
String |
ConcurrentAuthorityFactory.toString()
Returns a string representation of this factory for debugging purpose only.
|
Modifier and Type | Method and Description |
---|---|
protected String |
ReferencingByIdentifiers.formatTo(Formatter formatter)
Formats a pseudo-Well Known Text (WKT) representation for this object.
|
String |
AbstractLocation.toString()
Returns a string representation of this location.
|
Modifier and Type | Method and Description |
---|---|
String |
LinearTransformBuilder.toString()
Returns a string representation of this builder for debugging purpose.
|
Modifier and Type | Method and Description |
---|---|
ParameterDescriptorGroup |
NormalizedProjection.getParameterDescriptors()
Returns a description of the non-linear internal parameters of this
NormalizedProjection . |
ParameterValueGroup |
NormalizedProjection.getParameterValues()
Returns a copy of non-linear internal parameter values of this
NormalizedProjection . |
Modifier and Type | Method and Description |
---|---|
ParameterDescriptorGroup |
MolodenskyTransform.getParameterDescriptors()
Returns a description of the internal parameters of this
MolodenskyTransform transform. |
ParameterDescriptorGroup |
InterpolatedMolodenskyTransform.getParameterDescriptors()
Returns a description of the internal parameters of this
InterpolatedMolodenskyTransform transform. |
ParameterDescriptorGroup |
EllipsoidToCentricTransform.getParameterDescriptors()
Returns a description of the internal parameters of this
EllipsoidToCentricTransform transform. |
ParameterValueGroup |
EllipsoidToCentricTransform.getParameterValues()
Returns a copy of internal parameter values of this
EllipsoidToCentricTransform transform. |
ParameterValueGroup |
DatumShiftTransform.getParameterValues()
Returns the internal parameter values of this
DatumShiftTransform instance (ignoring context). |
String |
TransferFunction.toString()
Returns a string representation of this transfer function for debugging purpose.
|
Modifier and Type | Method and Description |
---|---|
String |
StorageConnector.toString()
Returns a string representation of this
StorageConnector for debugging purpose. |
String |
ProbeResult.toString()
Returns a string representation of this
ProbeResult for debugging purpose. |
Modifier and Type | Method and Description |
---|---|
String |
LandsatStore.toString()
Returns a string representation of this Landsat store for debugging purpose.
|
Modifier and Type | Method and Description |
---|---|
String |
NetcdfStore.toString()
Returns a string representation of this netCDF store for debugging purpose.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultRecordSchema.toString()
Returns a string representation of this schema for debugging purpose only.
|
String |
DefaultRecord.toString()
Returns a string representation of this record.
|
String |
DefaultNameSpace.toString()
Returns a JCR-like lexical form representation of this namespace.
|
Modifier and Type | Method and Description |
---|---|
protected Level |
LoggerAdapter.getDebugLevel()
|
static MonolineFormatter |
MonolineFormatter.install(Logger logger,
Level level)
Installs a
MonolineFormatter for the specified logger, or returns the existing instance if any. |
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.