Class DefaultConstraints
java.lang.Object
org.apache.sis.metadata.AbstractMetadata
org.apache.sis.metadata.ModifiableMetadata
org.apache.sis.metadata.iso.ISOMetadata
org.apache.sis.metadata.iso.constraint.DefaultConstraints
- All Implemented Interfaces:
Serializable,Emptiable,LenientComparable,IdentifiedObject,org.opengis.metadata.constraint.Constraints
- Direct Known Subclasses:
Constraints,DefaultLegalConstraints,DefaultSecurityConstraints
public class DefaultConstraints
extends ISOMetadata
implements org.opengis.metadata.constraint.Constraints
Restrictions on the access and use of a resource or metadata.
Limitations
- Instances of this class are not synchronized for multi-threading. Synchronization, if needed, is caller's responsibility.
- Serialized objects of this class are not guaranteed to be compatible with future Apache SIS releases.
Serialization support is appropriate for short term storage or RMI between applications running the
same version of Apache SIS. For long term storage, use
XMLinstead.
- Since:
- 0.3
- Version:
- 1.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.sis.metadata.ModifiableMetadata
ModifiableMetadata.State -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.opengis.metadata.quality.ScopeSpatial and / or temporal extent and or level of the application of the constraints restrictions.private Collection<org.opengis.metadata.identification.BrowseGraphic>Graphic / symbol indicating the constraint.private Collection<org.opengis.metadata.citation.Citation>Citation for the limitation of constraint.private DefaultReleasabilityInformation concerning the parties to whom the resource can or cannot be released.private Collection<DefaultResponsibility>Party responsible for the resource constraints.private static final longSerial number for inter-operability with different versions.private Collection<org.opengis.util.InternationalString>Limitation affecting the fitness for use of the resource.Fields inherited from class org.apache.sis.metadata.iso.ISOMetadata
identifiers -
Constructor Summary
ConstructorsConstructorDescriptionConstructs an initially empty constraints.DefaultConstraints(CharSequence useLimitation) Constructs a new constraints with the given use limitation.DefaultConstraints(org.opengis.metadata.constraint.Constraints object) Constructs a new instance initialized with the values from the specified metadata object. -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultConstraintscastOrCopy(org.opengis.metadata.constraint.Constraints object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.org.opengis.metadata.quality.ScopeReturns the spatial and / or temporal extents and or levels of the application of the constraints restrictions.private Collection<org.opengis.metadata.identification.BrowseGraphic>Invoked by JAXB at both marshalling and unmarshalling time.Collection<org.opengis.metadata.identification.BrowseGraphic>Returns the graphics / symbols indicating the constraint.private Collection<org.opengis.metadata.citation.Citation>Collection<org.opengis.metadata.citation.Citation>Returns citations for the limitation of constraint.Returns information concerning the parties to whom the resource can or cannot be released.Returns the parties responsible for the resource constraints.private Collection<DefaultResponsibility>Collection<org.opengis.util.InternationalString>Returns the limitation affecting the fitness for use of the resource.voidsetConstraintApplicationScope(org.opengis.metadata.quality.Scope newValue) Sets the spatial and / or temporal extents and or levels of the application of the constraints restrictions.voidsetGraphics(Collection<? extends org.opengis.metadata.identification.BrowseGraphic> newValues) Sets the new graphics / symbols indicating the constraint.voidsetReferences(Collection<? extends org.opengis.metadata.citation.Citation> newValues) Sets the citations for the limitation of constraint.voidsetReleasability(DefaultReleasability newValue) Sets the information concerning the parties to whom the resource.voidsetResponsibleParties(Collection<? extends DefaultResponsibility> newValues) Sets the parties responsible for the resource constraints.voidsetUseLimitations(Collection<? extends org.opengis.util.InternationalString> newValues) Sets the limitation affecting the fitness for use of the resource.Methods inherited from class org.apache.sis.metadata.iso.ISOMetadata
getIdentifier, getIdentifierMap, getIdentifiers, getStandard, setIdentifier, transitionToMethods inherited from class org.apache.sis.metadata.ModifiableMetadata
checkWritePermission, collectionType, copyCollection, copyList, copyMap, copySet, deepCopy, nonNullCollection, nonNullList, nonNullMap, nonNullSet, singleton, state, writeCollection, writeList, writeMap, writeSetMethods inherited from class org.apache.sis.metadata.AbstractMetadata
asMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial number for inter-operability with different versions.- See Also:
-
useLimitations
Limitation affecting the fitness for use of the resource. Example: "not to be used for navigation". -
constraintApplicationScope
private org.opengis.metadata.quality.Scope constraintApplicationScopeSpatial and / or temporal extent and or level of the application of the constraints restrictions. -
graphics
Graphic / symbol indicating the constraint. -
references
Citation for the limitation of constraint. -
releasability
Information concerning the parties to whom the resource can or cannot be released. -
responsibleParties
Party responsible for the resource constraints.
-
-
Constructor Details
-
DefaultConstraints
public DefaultConstraints()Constructs an initially empty constraints. -
DefaultConstraints
Constructs a new constraints with the given use limitation.- Parameters:
useLimitation- the use limitation, ornullif none.
-
DefaultConstraints
public DefaultConstraints(org.opengis.metadata.constraint.Constraints object) Constructs a new instance initialized with the values from the specified metadata object. This is a shallow copy constructor, because the other metadata contained in the given object are not recursively copied.- Parameters:
object- the metadata to copy values from, ornullif none.- See Also:
-
-
Method Details
-
castOrCopy
Returns a SIS metadata implementation with the values of the given arbitrary implementation. This method performs the first applicable action in the following choices:- If the given object is
null, then this method returnsnull. - Otherwise if the given object is an instance of
LegalConstraintsorSecurityConstraints, then this method delegates to thecastOrCopy(…)method of the corresponding SIS subclass. Note that if the given object implements more than one of the above-cited interfaces, then thecastOrCopy(…)method to be used is unspecified. - Otherwise if the given object is already an instance of
DefaultConstraints, then it is returned unchanged. - Otherwise a new
DefaultConstraintsinstance is created using the copy constructor and returned. Note that this is a shallow copy operation, because the other metadata contained in the given object are not recursively copied.
- Parameters:
object- the object to get as a SIS implementation, ornullif none.- Returns:
- a SIS implementation containing the values of the given object (may be the
given object itself), or
nullif the argument was null.
- If the given object is
-
getUseLimitations
Returns the limitation affecting the fitness for use of the resource. Example: "not to be used for navigation".- Specified by:
getUseLimitationsin interfaceorg.opengis.metadata.constraint.Constraints- Returns:
- limitation affecting the fitness for use of the resource.
-
setUseLimitations
Sets the limitation affecting the fitness for use of the resource. Example: "not to be used for navigation".- Parameters:
newValues- the new use limitations.
-
getConstraintApplicationScope
@UML(identifier="constraintApplicationScope", obligation=OPTIONAL, specification=ISO_19115) public org.opengis.metadata.quality.Scope getConstraintApplicationScope()Returns the spatial and / or temporal extents and or levels of the application of the constraints restrictions.- Returns:
- spatial and / or temporal extents.
- Since:
- 0.5
-
setConstraintApplicationScope
public void setConstraintApplicationScope(org.opengis.metadata.quality.Scope newValue) Sets the spatial and / or temporal extents and or levels of the application of the constraints restrictions.- Parameters:
newValue- the new spatial and / or temporal extents.- Since:
- 0.5
-
getGraphics
@UML(identifier="graphic", obligation=OPTIONAL, specification=ISO_19115) public Collection<org.opengis.metadata.identification.BrowseGraphic> getGraphics()Returns the graphics / symbols indicating the constraint.- Returns:
- the graphics / symbols indicating the constraint.
- Since:
- 0.5
-
setGraphics
public void setGraphics(Collection<? extends org.opengis.metadata.identification.BrowseGraphic> newValues) Sets the new graphics / symbols indicating the constraint.- Parameters:
newValues- the new graphics / symbols indicating the constraint.- Since:
- 0.5
-
getReferences
@UML(identifier="reference", obligation=OPTIONAL, specification=ISO_19115) public Collection<org.opengis.metadata.citation.Citation> getReferences()Returns citations for the limitation of constraint. Example: "copyright statement, license agreement, etc."- Returns:
- citations for the limitation of constraint.
- Since:
- 0.5
-
setReferences
Sets the citations for the limitation of constraint.- Parameters:
newValues- the new citation for the limitation of constraint.- Since:
- 0.5
-
getReleasability
@UML(identifier="releasability", obligation=OPTIONAL, specification=ISO_19115) public DefaultReleasability getReleasability()Returns information concerning the parties to whom the resource can or cannot be released.Upcoming API change — generalization
The return type will be changed to theReleasabilityinterface when GeoAPI will provide it (tentatively in GeoAPI 3.1).- Returns:
- information concerning the parties to whom the resource can or cannot be released, or
nullif none. - Since:
- 0.5
-
setReleasability
Sets the information concerning the parties to whom the resource.Upcoming API change — generalization
The argument type will be changed to theReleasabilityinterface when GeoAPI will provide it (tentatively in GeoAPI 3.1).- Parameters:
newValue- the new information concerning the parties to whom the resource can or cannot be released.- Since:
- 0.5
-
getResponsibleParties
@UML(identifier="responsibleParty", obligation=OPTIONAL, specification=ISO_19115) public Collection<DefaultResponsibility> getResponsibleParties()Returns the parties responsible for the resource constraints.Upcoming API change — generalization
The element type will be changed to theResponsibilityinterface when GeoAPI will provide it (tentatively in GeoAPI 3.1).- Returns:
- parties responsible for the resource constraints.
- Since:
- 0.5
-
setResponsibleParties
Sets the parties responsible for the resource constraints.Upcoming API change — generalization
The element type will be changed to theResponsibilityinterface when GeoAPI will provide it (tentatively in GeoAPI 3.1).- Parameters:
newValues- the new parties responsible for the resource constraints.- Since:
- 0.5
-
getGraphic
Invoked by JAXB at both marshalling and unmarshalling time. This attribute has been added by ISO 19115:2014 standard. If (and only if) marshalling an older standard version, we omit this attribute. -
getReference
-
getResponsibleParty
-