|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.gml.v_3_2_1.AbstractGMLType
net.opengis.gml.v_3_2_1.AbstractFeatureType
net.opengis.gml.v_3_2_1.AbstractCoverageType
net.opengis.gmlcov.v_1_0.AbstractCoverageType
public class AbstractCoverageType
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)
|
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()
|
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, 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, setBoundedBy, setLocation |
| Methods inherited from class net.opengis.gml.v_3_2_1.AbstractGMLType |
|---|
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected CoverageFunctionType coverageFunction
protected DataRecordPropertyType rangeType
protected List<Metadata> metadata
| Constructor Detail |
|---|
public AbstractCoverageType()
| Method Detail |
|---|
public CoverageFunctionType getCoverageFunction()
CoverageFunctionTypepublic void setCoverageFunction(CoverageFunctionType value)
value - allowed object is
CoverageFunctionTypepublic DataRecordPropertyType getRangeType()
DataRecordPropertyTypepublic void setRangeType(DataRecordPropertyType value)
value - allowed object is
DataRecordPropertyTypepublic List<Metadata> getMetadata()
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
public String toString()
toString in class AbstractCoverageType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractCoverageType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractCoverageType
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractCoverageTypepublic boolean equals(Object object)
equals in class AbstractCoverageType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractCoverageTypepublic int hashCode()
hashCode in class AbstractCoverageTypepublic Object clone()
clone in class AbstractCoverageTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractCoverageType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractCoverageTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractCoverageType
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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractCoverageTypepublic void setMetadata(List<Metadata> value)
public AbstractCoverageType withCoverageFunction(CoverageFunctionType value)
public AbstractCoverageType withRangeType(DataRecordPropertyType value)
public AbstractCoverageType withMetadata(Metadata... values)
public AbstractCoverageType withMetadata(Collection<Metadata> values)
public AbstractCoverageType withMetadata(List<Metadata> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||