Uses of Class
org.apache.sis.metadata.iso.identification.AbstractIdentification
-
Packages that use AbstractIdentification Package Description org.apache.sis.metadata.iso.identification Information to uniquely identify the data or service. -
-
Uses of AbstractIdentification in org.apache.sis.metadata.iso.identification
Subclasses of AbstractIdentification in org.apache.sis.metadata.iso.identification Modifier and Type Class Description class
DefaultDataIdentification
Information required to identify a dataset.class
DefaultServiceIdentification
Identification of capabilities which a service provider makes available to a service user through a set of interfaces that define a behaviour.Methods in org.apache.sis.metadata.iso.identification that return AbstractIdentification Modifier and Type Method Description static AbstractIdentification
AbstractIdentification. castOrCopy(Identification object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
-