Package | Description |
---|---|
org.apache.sis.measure | |
org.apache.sis.metadata |
Root package for various metadata implementations.
|
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 CF-compliant
attributes in a NetCDF file.
|
org.apache.sis.util.iso |
Implementation of GeoAPI types from the
org.opengis.util package. |
org.apache.sis.util.logging |
Extensions to the JDK logging framework.
|
org.apache.sis.util.resources |
Localized resources for SIS.
|
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 |
---|---|
String |
StorageConnector.toString()
Returns a string representation of this
StorageConnector 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. |
Modifier and Type | Method and Description |
---|---|
void |
IndexedResourceBundle.list(Appendable out)
Lists resources to the specified stream.
|
String |
IndexedResourceBundle.toString()
Returns a string representation of this object.
|
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.