|
|||||||||
| 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.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 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.HashCodeStrategy2 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.MergeStrategy2 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 |
|---|
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 boolean isSetCoverageFunction()
public DataRecordPropertyType getRangeType()
DataRecordPropertyTypepublic void setRangeType(DataRecordPropertyType value)
value - allowed object is
DataRecordPropertyTypepublic boolean isSetRangeType()
public 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 boolean isSetMetadata()
public void unsetMetadata()
public String toString()
toString in class AbstractCoverageType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractCoverageType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields 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.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals 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.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode 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.CopyTo2copyTo in class AbstractCoverageType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractCoverageTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom 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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom 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 | ||||||||