Uses of Class
org.apache.sis.metadata.iso.identification.DefaultAssociatedResource
Packages that use DefaultAssociatedResource
Package
Description
Information to uniquely identify the data or service.
-
Uses of DefaultAssociatedResource in org.apache.sis.metadata.iso.identification
Subclasses of DefaultAssociatedResource in org.apache.sis.metadata.iso.identificationModifier and TypeClassDescriptionclass
Associated resource information.Fields in org.apache.sis.metadata.iso.identification with type parameters of type DefaultAssociatedResourceModifier and TypeFieldDescriptionprivate Collection
<DefaultAssociatedResource> AbstractIdentification.associatedResources
Provides aggregate dataset information.Methods in org.apache.sis.metadata.iso.identification that return DefaultAssociatedResourceModifier and TypeMethodDescription(package private) static DefaultAssociatedResource
DefaultAssociatedResource.castOrCopy
(org.opengis.metadata.identification.AggregateInformation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type DefaultAssociatedResourceModifier and TypeMethodDescriptionprivate Collection
<DefaultAssociatedResource> AbstractIdentification.getAssociatedResource()
AbstractIdentification.getAssociatedResources()
Provides associated resource information.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type DefaultAssociatedResourceModifier and TypeMethodDescriptionvoid
AbstractIdentification.setAssociatedResources
(Collection<? extends DefaultAssociatedResource> newValues) Sets associated resource information.Constructors in org.apache.sis.metadata.iso.identification with parameters of type DefaultAssociatedResourceModifierConstructorDescription(package private)
Constructs a new instance initialized with the values from the specified metadata object.(package private)
Constructs a new instance initialized with the values from the specified metadata object.