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 classImmutableIdentifierDeprecated.Moved toorg.apache.sis.referencingfor 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 classNamedIdentifierAn identification of a CRS object which is both aIdentifierand aGenericName.Methods in org.apache.sis.referencing that return ImmutableIdentifier Modifier and Type Method Description static ImmutableIdentifierImmutableIdentifier. castOrCopy(ReferenceIdentifier object)Returns a SIS identifier implementation with the values of the given arbitrary implementation.
-