Package | Description |
---|---|
org.apache.sis.metadata |
Root package for various metadata implementations.
|
org.apache.sis.metadata.iso |
Metadata implementation.
|
org.apache.sis.util.collection |
Addition to the collection framework.
|
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.
|
org.apache.sis.xml |
Provides methods for marshalling and unmarshalling SIS objects in XML.
|
Modifier and Type | Class and Description |
---|---|
class |
MetadataStandard
Enumeration of some metadata standards.
|
class |
ModifiableMetadata
Provides convenience methods for support of modifiable properties in metadata implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
ISOMetadata
The base class of ISO 19115 implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
Cache<K,V>
A concurrent cache mechanism.
|
class |
WeakHashSet<E>
A set of objects hold by weak references.
|
class |
WeakValueHashMap<K,V>
A hashtable-based map implementation that uses weak references,
leaving memory when an entry is not used anymore.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultInternationalString
An international string using a map of strings for different locales.
|
class |
DefaultNameFactory
A factory for creating
AbstractName objects. |
Modifier and Type | Class and Description |
---|---|
class |
LoggerFactory<L>
A factory for Java
Logger wrapping an other logging framework. |
class |
MonolineFormatter
A formatter writing log messages on a single line.
|
class |
WarningListeners<S>
Holds a list of
WarningListener instances and provides convenience methods for emitting warnings. |
Modifier and Type | Class and Description |
---|---|
class |
IndexedResourceBundle
ResourceBundle implementation accepting integers instead of strings for resource keys. |
Modifier and Type | Class and Description |
---|---|
class |
MarshallerPool
Creates and configures
Marshaller or Unmarshaller objects for use with SIS. |
class |
XLink
The XML attributes defined by OGC in the
xlink schema.
|
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.