|
|||||||||
| 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.CoverageSummaryType
public class CoverageSummaryType
Brief metadata describing one or more coverages available from this WCS server.
Java class for CoverageSummaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoverageSummaryType">
<complexContent>
<extension base="{http://www.opengis.net/ows/1.1}DescriptionType">
<sequence>
<element ref="{http://www.opengis.net/ows/1.1}Metadata" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/1.1}WGS84BoundingBox" maxOccurs="unbounded" minOccurs="0"/>
<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" minOccurs="0"/>
<choice>
<sequence>
<element ref="{http://www.opengis.net/wcs/1.1}CoverageSummary" maxOccurs="unbounded"/>
<element ref="{http://www.opengis.net/wcs/1.1}Identifier" minOccurs="0"/>
</sequence>
<element ref="{http://www.opengis.net/wcs/1.1}Identifier"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<CoverageSummaryType> |
coverageSummary
|
protected String |
identifier
|
protected List<MetadataType> |
metadata
|
protected String |
optionalIdentifier
|
protected List<String> |
supportedCRS
|
protected List<String> |
supportedFormat
|
protected List<WGS84BoundingBoxType> |
wgs84BoundingBox
|
| Fields inherited from class net.opengis.ows.v_1_1_0.DescriptionType |
|---|
_abstract, keywords, title |
| Constructor Summary | |
|---|---|
CoverageSummaryType()
|
|
| 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)
|
List<CoverageSummaryType> |
getCoverageSummary()
Unordered list of lower-level CoverageSummaries under this CoverageSummary. |
String |
getIdentifier()
Identifier of this coverage. |
List<MetadataType> |
getMetadata()
Optional unordered list of more metadata elements about this coverage. |
String |
getOptionalIdentifier()
Optional identifier of this coverage. |
List<String> |
getSupportedCRS()
Gets the value of the supportedCRS property. |
List<String> |
getSupportedFormat()
Gets the value of the supportedFormat property. |
List<WGS84BoundingBoxType> |
getWGS84BoundingBox()
Unordered list of minimum bounding rectangles surrounding coverage data, using WGS 84 CRS with decimal degrees and longitude before latitude. |
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 |
setCoverageSummary(List<CoverageSummaryType> value)
|
void |
setIdentifier(String value)
Sets the value of the identifier property. |
void |
setMetadata(List<MetadataType> value)
|
void |
setOptionalIdentifier(String value)
Sets the value of the optionalIdentifier property. |
void |
setSupportedCRS(List<String> value)
|
void |
setSupportedFormat(List<String> value)
|
void |
setWGS84BoundingBox(List<WGS84BoundingBoxType> value)
|
String |
toString()
|
CoverageSummaryType |
withCoverageSummary(Collection<CoverageSummaryType> values)
|
CoverageSummaryType |
withCoverageSummary(CoverageSummaryType... values)
|
CoverageSummaryType |
withCoverageSummary(List<CoverageSummaryType> value)
|
CoverageSummaryType |
withIdentifier(String value)
|
CoverageSummaryType |
withMetadata(Collection<MetadataType> values)
|
CoverageSummaryType |
withMetadata(List<MetadataType> value)
|
CoverageSummaryType |
withMetadata(MetadataType... values)
|
CoverageSummaryType |
withOptionalIdentifier(String value)
|
CoverageSummaryType |
withSupportedCRS(Collection<String> values)
|
CoverageSummaryType |
withSupportedCRS(List<String> value)
|
CoverageSummaryType |
withSupportedCRS(String... values)
|
CoverageSummaryType |
withSupportedFormat(Collection<String> values)
|
CoverageSummaryType |
withSupportedFormat(List<String> value)
|
CoverageSummaryType |
withSupportedFormat(String... values)
|
CoverageSummaryType |
withWGS84BoundingBox(Collection<WGS84BoundingBoxType> values)
|
CoverageSummaryType |
withWGS84BoundingBox(List<WGS84BoundingBoxType> value)
|
CoverageSummaryType |
withWGS84BoundingBox(WGS84BoundingBoxType... values)
|
| Methods inherited from class net.opengis.ows.v_1_1_0.DescriptionType |
|---|
getAbstract, getKeywords, getTitle, setAbstract, setKeywords, setTitle, 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 List<MetadataType> metadata
protected List<WGS84BoundingBoxType> wgs84BoundingBox
protected List<String> supportedCRS
protected List<String> supportedFormat
protected List<CoverageSummaryType> coverageSummary
protected String optionalIdentifier
protected String identifier
| Constructor Detail |
|---|
public CoverageSummaryType()
| Method Detail |
|---|
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 List<WGS84BoundingBoxType> getWGS84BoundingBox()
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 wgs84BoundingBox property.
For example, to add a new item, do as follows:
getWGS84BoundingBox().add(newItem);
Objects of the following type(s) are allowed in the list
WGS84BoundingBoxType
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 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 List<CoverageSummaryType> getCoverageSummary()
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 coverageSummary property.
For example, to add a new item, do as follows:
getCoverageSummary().add(newItem);
Objects of the following type(s) are allowed in the list
CoverageSummaryType
public String getOptionalIdentifier()
Stringpublic void setOptionalIdentifier(String value)
value - allowed object is
Stringpublic String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic String toString()
toString in class DescriptionType
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 DescriptionType
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 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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals 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.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode 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.CopyTocopyTo in class DescriptionType
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 DescriptionTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class DescriptionType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom 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.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class DescriptionTypepublic void setMetadata(List<MetadataType> value)
public void setWGS84BoundingBox(List<WGS84BoundingBoxType> value)
public void setSupportedCRS(List<String> value)
public void setSupportedFormat(List<String> value)
public void setCoverageSummary(List<CoverageSummaryType> value)
public CoverageSummaryType withMetadata(MetadataType... values)
public CoverageSummaryType withMetadata(Collection<MetadataType> values)
public CoverageSummaryType withWGS84BoundingBox(WGS84BoundingBoxType... values)
public CoverageSummaryType withWGS84BoundingBox(Collection<WGS84BoundingBoxType> values)
public CoverageSummaryType withSupportedCRS(String... values)
public CoverageSummaryType withSupportedCRS(Collection<String> values)
public CoverageSummaryType withSupportedFormat(String... values)
public CoverageSummaryType withSupportedFormat(Collection<String> values)
public CoverageSummaryType withCoverageSummary(CoverageSummaryType... values)
public CoverageSummaryType withCoverageSummary(Collection<CoverageSummaryType> values)
public CoverageSummaryType withOptionalIdentifier(String value)
public CoverageSummaryType withIdentifier(String value)
public CoverageSummaryType withMetadata(List<MetadataType> value)
public CoverageSummaryType withWGS84BoundingBox(List<WGS84BoundingBoxType> value)
public CoverageSummaryType withSupportedCRS(List<String> value)
public CoverageSummaryType withSupportedFormat(List<String> value)
public CoverageSummaryType withCoverageSummary(List<CoverageSummaryType> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||