Uses of Class
org.apache.sis.referencing.ImmutableIdentifier
-
Packages that use ImmutableIdentifier Package Description org.apache.sis.metadata.iso Root package for ISO 19115 metadata about resources (data or services).org.apache.sis.referencing Base classes for reference systems used for general positioning. -
-
Uses of ImmutableIdentifier in org.apache.sis.metadata.iso
Subclasses of ImmutableIdentifier in org.apache.sis.metadata.iso Modifier and Type Class Description class
ImmutableIdentifier
Deprecated.Moved toorg.apache.sis.referencing
for anticipation with Jigsaw modules. -
Uses of ImmutableIdentifier in org.apache.sis.referencing
Subclasses of ImmutableIdentifier in org.apache.sis.referencing Modifier and Type Class Description class
NamedIdentifier
An identification of a CRS object which is both aIdentifier
and aGenericName
.Methods in org.apache.sis.referencing that return ImmutableIdentifier Modifier and Type Method Description static ImmutableIdentifier
ImmutableIdentifier. castOrCopy(ReferenceIdentifier object)
Returns a SIS identifier implementation with the values of the given arbitrary implementation.
-