|
|||||||||
| 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.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)
|
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.HashCodeStrategy2 strategy)
|
boolean |
isSetCoverageSummary()
|
boolean |
isSetIdentifier()
|
boolean |
isSetMetadata()
|
boolean |
isSetOptionalIdentifier()
|
boolean |
isSetSupportedCRS()
|
boolean |
isSetSupportedFormat()
|
boolean |
isSetWGS84BoundingBox()
|
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 |
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()
|
void |
unsetCoverageSummary()
|
void |
unsetMetadata()
|
void |
unsetSupportedCRS()
|
void |
unsetSupportedFormat()
|
void |
unsetWGS84BoundingBox()
|
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, 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 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 boolean isSetMetadata()
public void unsetMetadata()
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 boolean isSetWGS84BoundingBox()
public void unsetWGS84BoundingBox()
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 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 boolean isSetCoverageSummary()
public void unsetCoverageSummary()
public String getOptionalIdentifier()
Stringpublic void setOptionalIdentifier(String value)
value - allowed object is
Stringpublic boolean isSetOptionalIdentifier()
public String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic boolean isSetIdentifier()
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 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 | ||||||||