Uses of Class
org.apache.sis.metadata.iso.identification.DefaultCoupledResource
Packages that use DefaultCoupledResource
Package
Description
Information to uniquely identify the data or service.
-
Uses of DefaultCoupledResource in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type DefaultCoupledResourceModifier and TypeMethodDescriptionDefaultServiceIdentification.getCoupledResources()
Returns further description(s) of the data coupling in the case of tightly coupled services.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type DefaultCoupledResourceModifier and TypeMethodDescriptionvoid
DefaultServiceIdentification.setCoupledResources
(Collection<? extends DefaultCoupledResource> newValues) Sets further description(s) of the data coupling in the case of tightly coupled services.Constructors in org.apache.sis.metadata.iso.identification with parameters of type DefaultCoupledResourceModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object.