DQ_Scope
has been replaced by MD_Scope
.
The later is defined in the org.apache.sis.metadata.iso.maintenance
package.@Deprecated public class DefaultScope extends DefaultScope implements Scope
Limitations:
XML
instead.Defined in the sis-metadata
module
identifiers, LOGGER
Constructor and Description |
---|
DefaultScope()
Deprecated.
Constructs an initially empty scope.
|
DefaultScope(Scope object)
Deprecated.
Constructs a new instance initialized with the values from the specified metadata object.
|
DefaultScope(ScopeCode level)
Deprecated.
Creates a scope initialized to the given level.
|
Modifier and Type | Method and Description |
---|---|
static DefaultScope |
castOrCopy(Scope object)
Deprecated.
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
getExtent, getExtents, getLevel, getLevelDescription, setExtent, setExtents, setLevel, setLevelDescription
getIdentifierMap, getIdentifiers, getStandard
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSet
asMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
getExtent, getLevel, getLevelDescription
public DefaultScope()
public DefaultScope(ScopeCode level)
level
- The hierarchical level of the data specified by the scope.public DefaultScope(Scope object)
object
- The metadata to copy values from, or null
if none.castOrCopy(Scope)
public static DefaultScope castOrCopy(Scope object)
null
, then this method returns null
.DefaultScope
, then it is returned unchanged.DefaultScope
instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object
- The object to get as a SIS implementation, or null
if none.null
if the argument was null.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.