net.opengis.gmlcov.v_1_0
Class AbstractCoverageType

java.lang.Object
  extended by net.opengis.gml.v_3_2_1.AbstractGMLType
      extended by net.opengis.gml.v_3_2_1.AbstractFeatureType
          extended by net.opengis.gml.v_3_2_1.AbstractCoverageType
              extended by net.opengis.gmlcov.v_1_0.AbstractCoverageType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
AbstractContinuousCoverageType, AbstractDiscreteCoverageType

public class AbstractCoverageType
extends AbstractCoverageType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

The gml:coverageFunction property is shifted "up" to this place in the inheritance hierarchy because it is included in both discrete and continuous coverages (i.e., all subtypes of AbstractCoverageType) and, hence, does not change syntax nor semantic in any way. It permits, however, coverages in the gmlcov:AbstractCoverage substitutionGroup to be used for either discrete and continuous coverages, in preparation for expected future elimination of this distinction.

Java class for AbstractCoverageType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AbstractCoverageType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml/3.2}AbstractCoverageType">
       <sequence>
         <element ref="{http://www.opengis.net/gml/3.2}coverageFunction" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gmlcov/1.0}rangeType"/>
         <element ref="{http://www.opengis.net/gmlcov/1.0}metadata" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  CoverageFunctionType coverageFunction
           
protected  List<Metadata> metadata
           
protected  DataRecordPropertyType rangeType
           
 
Fields inherited from class net.opengis.gml.v_3_2_1.AbstractCoverageType
domainSet, rangeSet
 
Fields inherited from class net.opengis.gml.v_3_2_1.AbstractFeatureType
boundedBy, location
 
Fields inherited from class net.opengis.gml.v_3_2_1.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
 
Constructor Summary
AbstractCoverageType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 CoverageFunctionType getCoverageFunction()
          Gets the value of the coverageFunction property.
 List<Metadata> getMetadata()
          Gets the value of the metadata property.
 DataRecordPropertyType getRangeType()
          Gets the value of the rangeType property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetCoverageFunction()
           
 boolean isSetMetadata()
           
 boolean isSetRangeType()
           
 void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setCoverageFunction(CoverageFunctionType value)
          Sets the value of the coverageFunction property.
 void setMetadata(List<Metadata> value)
           
 void setRangeType(DataRecordPropertyType value)
          Sets the value of the rangeType property.
 String toString()
           
 void unsetMetadata()
           
 AbstractCoverageType withCoverageFunction(CoverageFunctionType value)
           
 AbstractCoverageType withMetadata(Collection<Metadata> values)
           
 AbstractCoverageType withMetadata(List<Metadata> value)
           
 AbstractCoverageType withMetadata(Metadata... values)
           
 AbstractCoverageType withRangeType(DataRecordPropertyType value)
           
 
Methods inherited from class net.opengis.gml.v_3_2_1.AbstractCoverageType
getDomainSet, getRangeSet, isSetDomainSet, isSetRangeSet, setDomainSet, setRangeSet, withBoundedBy, withDescription, withDescriptionReference, withDomainSet, withId, withIdentifier, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName, withRangeSet
 
Methods inherited from class net.opengis.gml.v_3_2_1.AbstractFeatureType
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation
 
Methods inherited from class net.opengis.gml.v_3_2_1.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

coverageFunction

protected CoverageFunctionType coverageFunction

rangeType

protected DataRecordPropertyType rangeType

metadata

protected List<Metadata> metadata
Constructor Detail

AbstractCoverageType

public AbstractCoverageType()
Method Detail

getCoverageFunction

public CoverageFunctionType getCoverageFunction()
Gets the value of the coverageFunction property.

Returns:
possible object is CoverageFunctionType

setCoverageFunction

public void setCoverageFunction(CoverageFunctionType value)
Sets the value of the coverageFunction property.

Parameters:
value - allowed object is CoverageFunctionType

isSetCoverageFunction

public boolean isSetCoverageFunction()

getRangeType

public DataRecordPropertyType getRangeType()
Gets the value of the rangeType property.

Returns:
possible object is DataRecordPropertyType

setRangeType

public void setRangeType(DataRecordPropertyType value)
Sets the value of the rangeType property.

Parameters:
value - allowed object is DataRecordPropertyType

isSetRangeType

public boolean isSetRangeType()

getMetadata

public List<Metadata> getMetadata()
Gets the value of the metadata property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the metadata property.

For example, to add a new item, do as follows:

    getMetadata().add(newItem);
 

Objects of the following type(s) are allowed in the list Metadata


isSetMetadata

public boolean isSetMetadata()

unsetMetadata

public void unsetMetadata()

toString

public String toString()
Overrides:
toString in class AbstractCoverageType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class AbstractCoverageType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class AbstractCoverageType

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class AbstractCoverageType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractCoverageType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class AbstractCoverageType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractCoverageType

clone

public Object clone()
Overrides:
clone in class AbstractCoverageType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractCoverageType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractCoverageType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractCoverageType

mergeFrom

public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
                      Object left,
                      Object right,
                      org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractCoverageType

setMetadata

public void setMetadata(List<Metadata> value)

withCoverageFunction

public AbstractCoverageType withCoverageFunction(CoverageFunctionType value)

withRangeType

public AbstractCoverageType withRangeType(DataRecordPropertyType value)

withMetadata

public AbstractCoverageType withMetadata(Metadata... values)

withMetadata

public AbstractCoverageType withMetadata(Collection<Metadata> values)

withMetadata

public AbstractCoverageType withMetadata(List<Metadata> value)


Copyright © 2008-2015. All Rights Reserved.