Package | Description |
---|---|
org.apache.sis.feature |
Defines the structure and content of views of real-world phenomenon.
|
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.referencing.operation.builder |
Helper classes for creating
MathTransform s from a set of points. |
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.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 |
DefaultOperation.toString()
Returns a string representation of this operation.
|
String |
DefaultAttributeType.toString()
Returns a string representation of this attribute type.
|
String |
DefaultAssociationRole.toString()
Returns a string representation of this association role.
|
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 |
---|---|
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 |
AbstractParameterDescriptor.print()
Prints a string representation of this descriptor to the standard output stream.
|
String |
DefaultParameterValueGroup.toString()
Returns a string representation of this group.
|
String |
AbstractParameterDescriptor.toString()
Returns a string representation of this descriptor.
|
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 |
---|---|
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 |
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–2015 The Apache Software Foundation. All rights reserved.