Package | Description |
---|---|
org.apache.sis.io.wkt |
Well Known Text (WKT) parsing and formatting.
|
org.apache.sis.measure | |
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.storage |
Data store base types for retrieving and saving geospatial data
in various storage formats.
|
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 |
---|---|
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 |
DefaultParameterValueGroup.print()
Prints a string representation of this group to the standard output stream.
|
void |
DefaultParameterDescriptorGroup.print()
Prints a string representation of this descriptor to the standard output stream.
|
String |
DefaultParameterValueGroup.toString()
Returns a string representation of this group.
|
String |
DefaultParameterDescriptorGroup.toString()
Returns a string representation of this descriptor.
|
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 |
NetcdfStore.toString()
Returns a string representation of this NetCDF store for debugging purpose.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultRecordType.toString()
Returns a string representation of this
RecordType . |
String |
DefaultNameSpace.toString()
Returns a string 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–2014 The Apache Software Foundation. All rights reserved.