Uses of Class
org.apache.sis.metadata.iso.DefaultMetadataScope
-
Packages that use DefaultMetadataScope Package Description org.apache.sis.metadata.iso Root package for ISO 19115 metadata about resources (data or services). -
-
Uses of DefaultMetadataScope in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return types with arguments of type DefaultMetadataScope Modifier and Type Method Description Collection<DefaultMetadataScope>DefaultMetadata. getMetadataScopes()Returns the scope or type of resource for which metadata is provided.Method parameters in org.apache.sis.metadata.iso with type arguments of type DefaultMetadataScope Modifier and Type Method Description voidDefaultMetadata. setMetadataScopes(Collection<? extends DefaultMetadataScope> newValues)Sets the scope or type of resource for which metadata is provided.Constructors in org.apache.sis.metadata.iso with parameters of type DefaultMetadataScope Constructor Description DefaultMetadataScope(DefaultMetadataScope object)Constructs a new instance initialized with the values from the specified metadata object.
-