|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.ows.v_1_1_0.DescriptionType
net.opengis.wcs.v_1_1.CoverageDescriptionType
public class CoverageDescriptionType
Full description of one coverage available from a WCS server. This description shall include sufficient information to allow all valid GetCoverage operation requests to be prepared by a WCS client.
Java class for CoverageDescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoverageDescriptionType">
<complexContent>
<extension base="{http://www.opengis.net/ows/1.1}DescriptionType">
<sequence>
<element ref="{http://www.opengis.net/wcs/1.1}Identifier"/>
<element ref="{http://www.opengis.net/ows/1.1}Metadata" maxOccurs="unbounded" minOccurs="0"/>
<element name="Domain" type="{http://www.opengis.net/wcs/1.1}CoverageDomainType"/>
<element name="Range" type="{http://www.opengis.net/wcs/1.1}RangeType"/>
<element name="SupportedCRS" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element name="SupportedFormat" type="{http://www.opengis.net/ows/1.1}MimeType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CoverageDomainType |
domain
|
protected String |
identifier
|
protected List<MetadataType> |
metadata
|
protected RangeType |
range
|
protected List<String> |
supportedCRS
|
protected List<String> |
supportedFormat
|
| Fields inherited from class net.opengis.ows.v_1_1_0.DescriptionType |
|---|
_abstract, keywords, title |
| Constructor Summary | |
|---|---|
CoverageDescriptionType()
|
|
| 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)
|
CoverageDomainType |
getDomain()
Gets the value of the domain property. |
String |
getIdentifier()
Unambiguous identifier of this coverage, unique for this WCS server. |
List<MetadataType> |
getMetadata()
Optional unordered list of more metadata elements about this coverage. |
RangeType |
getRange()
Gets the value of the range property. |
List<String> |
getSupportedCRS()
Gets the value of the supportedCRS property. |
List<String> |
getSupportedFormat()
Gets the value of the supportedFormat property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetDomain()
|
boolean |
isSetIdentifier()
|
boolean |
isSetMetadata()
|
boolean |
isSetRange()
|
boolean |
isSetSupportedCRS()
|
boolean |
isSetSupportedFormat()
|
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 |
setDomain(CoverageDomainType value)
Sets the value of the domain property. |
void |
setIdentifier(String value)
Sets the value of the identifier property. |
void |
setMetadata(List<MetadataType> value)
|
void |
setRange(RangeType value)
Sets the value of the range property. |
void |
setSupportedCRS(List<String> value)
|
void |
setSupportedFormat(List<String> value)
|
String |
toString()
|
void |
unsetMetadata()
|
void |
unsetSupportedCRS()
|
void |
unsetSupportedFormat()
|
CoverageDescriptionType |
withDomain(CoverageDomainType value)
|
CoverageDescriptionType |
withIdentifier(String value)
|
CoverageDescriptionType |
withMetadata(Collection<MetadataType> values)
|
CoverageDescriptionType |
withMetadata(List<MetadataType> value)
|
CoverageDescriptionType |
withMetadata(MetadataType... values)
|
CoverageDescriptionType |
withRange(RangeType value)
|
CoverageDescriptionType |
withSupportedCRS(Collection<String> values)
|
CoverageDescriptionType |
withSupportedCRS(List<String> value)
|
CoverageDescriptionType |
withSupportedCRS(String... values)
|
CoverageDescriptionType |
withSupportedFormat(Collection<String> values)
|
CoverageDescriptionType |
withSupportedFormat(List<String> value)
|
CoverageDescriptionType |
withSupportedFormat(String... values)
|
| Methods inherited from class net.opengis.ows.v_1_1_0.DescriptionType |
|---|
getAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, setAbstract, setKeywords, setTitle, unsetAbstract, unsetKeywords, unsetTitle, withAbstract, withAbstract, withAbstract, withKeywords, withKeywords, withKeywords, withTitle, withTitle, withTitle |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String identifier
protected List<MetadataType> metadata
protected CoverageDomainType domain
protected RangeType range
protected List<String> supportedCRS
protected List<String> supportedFormat
| Constructor Detail |
|---|
public CoverageDescriptionType()
| Method Detail |
|---|
public String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic boolean isSetIdentifier()
public List<MetadataType> 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
MetadataType
public boolean isSetMetadata()
public void unsetMetadata()
public CoverageDomainType getDomain()
CoverageDomainTypepublic void setDomain(CoverageDomainType value)
value - allowed object is
CoverageDomainTypepublic boolean isSetDomain()
public RangeType getRange()
RangeTypepublic void setRange(RangeType value)
value - allowed object is
RangeTypepublic boolean isSetRange()
public List<String> getSupportedCRS()
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 supportedCRS property.
For example, to add a new item, do as follows:
getSupportedCRS().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetSupportedCRS()
public void unsetSupportedCRS()
public List<String> getSupportedFormat()
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 supportedFormat property.
For example, to add a new item, do as follows:
getSupportedFormat().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetSupportedFormat()
public void unsetSupportedFormat()
public String toString()
toString in class DescriptionType
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 DescriptionType
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 DescriptionType
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 DescriptionTypepublic boolean equals(Object object)
equals in class DescriptionType
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 DescriptionTypepublic int hashCode()
hashCode in class DescriptionTypepublic Object clone()
clone in class DescriptionTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class DescriptionType
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 DescriptionTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class DescriptionType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class DescriptionType
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 DescriptionTypepublic void setMetadata(List<MetadataType> value)
public void setSupportedCRS(List<String> value)
public void setSupportedFormat(List<String> value)
public CoverageDescriptionType withIdentifier(String value)
public CoverageDescriptionType withMetadata(MetadataType... values)
public CoverageDescriptionType withMetadata(Collection<MetadataType> values)
public CoverageDescriptionType withDomain(CoverageDomainType value)
public CoverageDescriptionType withRange(RangeType value)
public CoverageDescriptionType withSupportedCRS(String... values)
public CoverageDescriptionType withSupportedCRS(Collection<String> values)
public CoverageDescriptionType withSupportedFormat(String... values)
public CoverageDescriptionType withSupportedFormat(Collection<String> values)
public CoverageDescriptionType withMetadata(List<MetadataType> value)
public CoverageDescriptionType withSupportedCRS(List<String> value)
public CoverageDescriptionType withSupportedFormat(List<String> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||