Uses of Interface
org.opengis.metadata.identification.DataIdentification
Packages that use DataIdentification
Package
Description
Information to uniquely identify the data or service.
-
Uses of DataIdentification in org.apache.sis.metadata.iso.identification
Classes in org.apache.sis.metadata.iso.identification that implement DataIdentificationModifier and TypeClassDescriptionclassInformation required to identify a dataset.Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type DataIdentificationModifier and TypeMethodDescriptionDefaultServiceIdentification.getOperatesOn()Provides information on the resources that the service operates on.DefaultCoupledResource.getResources()Returns the tightly coupled resources.Methods in org.apache.sis.metadata.iso.identification with parameters of type DataIdentificationModifier and TypeMethodDescriptionstatic DefaultDataIdentificationDefaultDataIdentification.castOrCopy(DataIdentification object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type DataIdentificationModifier and TypeMethodDescriptionvoidDefaultServiceIdentification.setOperatesOn(Collection<? extends DataIdentification> newValues) Sets the information on the resources that the service operates on.voidDefaultCoupledResource.setResources(Collection<? extends DataIdentification> newValues) Sets the tightly coupled resources.Constructors in org.apache.sis.metadata.iso.identification with parameters of type DataIdentificationModifierConstructorDescriptionDefaultCoupledResource(ScopedName name, Citation reference, DataIdentification resource, DefaultOperationMetadata operation) Constructs a new coupled resource initialized to the specified values.Constructs a new instance initialized with the values from the specified metadata object.