Uses of Interface
org.geotoolkit.xml.IdentifierSpace

Uses of IdentifierSpace in org.geotoolkit.xml
 

Fields in org.geotoolkit.xml declared as IdentifierSpace
static IdentifierSpace<URI> IdentifierSpace.HREF
          An optional attribute for URN to an external resources, or to an other part of a XML document, or an identifier.
static IdentifierSpace<String> IdentifierSpace.ID
          A standard GML attribute available on every object-with-identity.
static IdentifierSpace<UUID> IdentifierSpace.UUID
          An optional attribute available on every object-with-identity provided in the GMD schemas that implement ISO 19115 in XML.
static IdentifierSpace<XLink> IdentifierSpace.XLINK
          Any XML attributes defined by OGC in the xlink schema.
 

Methods in org.geotoolkit.xml with parameters of type IdentifierSpace
<T> T
IdentifierMap.getSpecialized(IdentifierSpace<T> authority)
          Returns the identifier to which the specified key is mapped, or null if this map contains no mapping for the key.
<T> T
IdentifierMap.putSpecialized(IdentifierSpace<T> authority, T value)
          Associates the specified identifier with the specified key in this map (optional operation).
 



Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.