Uses of Class
org.apache.sis.metadata.iso.identification.DefaultCoupledResource
-
Packages that use DefaultCoupledResource Package Description org.apache.sis.metadata.iso.identification 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 DefaultCoupledResource Modifier and Type Method Description Collection<DefaultCoupledResource>DefaultServiceIdentification. 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 DefaultCoupledResource Modifier and Type Method Description voidDefaultServiceIdentification. 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 DefaultCoupledResource Constructor Description DefaultCoupledResource(DefaultCoupledResource object)Constructs a new instance initialized with the values from the specified metadata object.
-