Uses of Interface
org.opengis.referencing.ReferenceIdentifier
Packages that use ReferenceIdentifier
Package
Description
Base classes for reference systems used for general positioning.
-
Uses of ReferenceIdentifier in org.apache.sis.referencing
Classes in org.apache.sis.referencing that implement ReferenceIdentifierModifier and TypeClassDescriptionclassImmutable value uniquely identifying an object within a namespace, together with a version.classAn identification of a CRS object which is both aIdentifierand aGenericName.Methods in org.apache.sis.referencing that return ReferenceIdentifierModifier and TypeMethodDescriptionAbstractIdentifiedObject.getName()Returns the primary name by which this object is identified.Methods in org.apache.sis.referencing that return types with arguments of type ReferenceIdentifierModifier and TypeMethodDescriptionAbstractIdentifiedObject.getIdentifiers()Returns identifiers which references elsewhere the object's defining information.Methods in org.apache.sis.referencing with parameters of type ReferenceIdentifierModifier and TypeMethodDescriptionBuilder.addIdentifier(ReferenceIdentifier identifier) Adds anIdentifiedObjectidentifier fully specified by the given identifier.Builder.addName(ReferenceIdentifier name) Adds anIdentifiedObjectname fully specified by the given identifier.static ImmutableIdentifierImmutableIdentifier.castOrCopy(ReferenceIdentifier object) Returns a SIS identifier implementation with the values of the given arbitrary implementation.static NamedIdentifierNamedIdentifier.castOrCopy(ReferenceIdentifier object) Returns a SIS identifier implementation with the values of the given arbitrary implementation.Constructors in org.apache.sis.referencing with parameters of type ReferenceIdentifierModifierConstructorDescriptionImmutableIdentifier(ReferenceIdentifier identifier) Creates a new identifier from the specified one.NamedIdentifier(ReferenceIdentifier identifier) Creates a new identifier from the specified one. -
Uses of ReferenceIdentifier in org.opengis.referencing
Methods in org.opengis.referencing that return ReferenceIdentifierModifier and TypeMethodDescriptionIdentifiedObject.getName()The primary name by which this object is identified.Methods in org.opengis.referencing that return types with arguments of type ReferenceIdentifierModifier and TypeMethodDescriptionIdentifiedObject.getIdentifiers()An identifier which references elsewhere the object's defining information.