public class DefaultConstraints extends ISOMetadata implements Constraints
Limitations:
XML instead.Defined in the sis-metadata module
identifiers| Constructor and Description |
|---|
DefaultConstraints()
Constructs an initially empty constraints.
|
DefaultConstraints(CharSequence useLimitation)
Constructs a new constraints with the given use limitation.
|
DefaultConstraints(Constraints object)
Constructs a new instance initialized with the values from the specified metadata object.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultConstraints |
castOrCopy(Constraints object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
Scope |
getConstraintApplicationScope()
Returns the spatial and / or temporal extents and or levels of the application
of the constraints restrictions.
|
Collection<BrowseGraphic> |
getGraphics()
Returns the graphics / symbols indicating the constraint.
|
Collection<Citation> |
getReferences()
Returns citations for the limitation of constraint.
|
DefaultReleasability |
getReleasability()
Returns information concerning the parties to whom the resource can or cannot be released.
|
Collection<DefaultResponsibility> |
getResponsibleParties()
Returns the parties responsible for the resource constraints.
|
Collection<InternationalString> |
getUseLimitations()
Returns the limitation affecting the fitness for use of the resource.
|
void |
setConstraintApplicationScope(Scope newValue)
Sets the spatial and / or temporal extents and or levels of the application of the constraints restrictions.
|
void |
setGraphics(Collection<? extends BrowseGraphic> newValues)
Sets the new graphics / symbols indicating the constraint.
|
void |
setReferences(Collection<? extends Citation> newValues)
Sets the citations for the limitation of constraint.
|
void |
setReleasability(DefaultReleasability newValue)
Sets the information concerning the parties to whom the resource.
|
void |
setResponsibleParties(Collection<? extends DefaultResponsibility> newValues)
Sets the parties responsible for the resource constraints.
|
void |
setUseLimitations(Collection<? extends InternationalString> newValues)
Sets the limitation affecting the fitness for use of the resource.
|
freeze, getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringpublic DefaultConstraints()
public DefaultConstraints(CharSequence useLimitation)
useLimitation - the use limitation, or null if none.public DefaultConstraints(Constraints object)
object - the metadata to copy values from, or null if none.castOrCopy(Constraints)public static DefaultConstraints castOrCopy(Constraints object)
null, then this method returns null.LegalConstraints or
SecurityConstraints, then this method delegates to the castOrCopy(…)
method of the corresponding SIS subclass. Note that if the given object implements
more than one of the above-cited interfaces, then the castOrCopy(…) method
to be used is unspecified.DefaultConstraints, then it is returned unchanged.DefaultConstraints 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.public Collection<InternationalString> getUseLimitations()
getUseLimitations in interface Constraintspublic void setUseLimitations(Collection<? extends InternationalString> newValues)
newValues - the new use limitations.@UML(identifier="constraintApplicationScope", obligation=OPTIONAL, specification=ISO_19115) public Scope getConstraintApplicationScope()
public void setConstraintApplicationScope(Scope newValue)
newValue - the new spatial and / or temporal extents.@UML(identifier="graphic", obligation=OPTIONAL, specification=ISO_19115) public Collection<BrowseGraphic> getGraphics()
public void setGraphics(Collection<? extends BrowseGraphic> newValues)
newValues - the new graphics / symbols indicating the constraint.@UML(identifier="reference", obligation=OPTIONAL, specification=ISO_19115) public Collection<Citation> getReferences()
public void setReferences(Collection<? extends Citation> newValues)
newValues - the new citation for the limitation of constraint.@UML(identifier="releasability", obligation=OPTIONAL, specification=ISO_19115) public DefaultReleasability getReleasability()
Releasability interface
when GeoAPI will provide it (tentatively in GeoAPI 3.1).
null if none.public void setReleasability(DefaultReleasability newValue)
Releasability interface
when GeoAPI will provide it (tentatively in GeoAPI 3.1).
newValue - the new information concerning the parties to whom the resource can or cannot be released.@UML(identifier="responsibleParty", obligation=OPTIONAL, specification=ISO_19115) public Collection<DefaultResponsibility> getResponsibleParties()
Responsibility interface
when GeoAPI will provide it (tentatively in GeoAPI 3.1).
public void setResponsibleParties(Collection<? extends DefaultResponsibility> newValues)
Responsibility interface
when GeoAPI will provide it (tentatively in GeoAPI 3.1).
newValues - the new parties responsible for the resource constraints.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.