public class RESTStructuredCoverageIndexSchema extends Object implements Iterable<RESTStructuredCoverageIndexSchema.RESTStructuredCoverageIndexAttribute>
This is the XML REST representation:
<Schema>
<attributes>
<Attribute>
<name>the_geom</name>
<minOccurs>0</minOccurs>
<maxOccurs>1</maxOccurs>
<nillable>true</nillable>
<binding>com.vividsolutions.jts.geom.Polygon</binding>
</Attribute>
<Attribute>
<name>location</name>
<minOccurs>0</minOccurs>
<maxOccurs>1</maxOccurs>
<nillable>true</nillable>
<binding>java.lang.String</binding>
</Attribute>
<Attribute>
<name>imageindex</name>
<minOccurs>0</minOccurs>
<maxOccurs>1</maxOccurs>
<nillable>true</nillable>
<binding>java.lang.Integer</binding>
</Attribute>
<Attribute>
<name>time</name>
<minOccurs>0</minOccurs>
<maxOccurs>1</maxOccurs>
<nillable>true</nillable>
<binding>java.sql.Timestamp</binding>
</Attribute>
<Attribute>
<name>elevation</name>
<minOccurs>0</minOccurs>
<maxOccurs>1</maxOccurs>
<nillable>true</nillable>
<binding>java.lang.Double</binding>
</Attribute>
<Attribute>
<name>fileDate</name>
<minOccurs>0</minOccurs>
<maxOccurs>1</maxOccurs>
<nillable>true</nillable>
<binding>java.sql.Timestamp</binding>
</Attribute>
<Attribute>
<name>updated</name>
<minOccurs>0</minOccurs>
<maxOccurs>1</maxOccurs>
<nillable>true</nillable>
<binding>java.sql.Timestamp</binding>
</Attribute>
</attributes>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://localhost:8080/geoserver/rest/workspaces/it.geosolutions/coveragestores/polyphemus/coverages/V/index/granules.xml" type="application/xml"/>
</Schema>
| Modifier and Type | Class and Description |
|---|---|
static class |
RESTStructuredCoverageIndexSchema.RESTStructuredCoverageIndexAttribute
Generic granule of the index.
|
| Modifier | Constructor and Description |
|---|---|
protected |
RESTStructuredCoverageIndexSchema(org.jdom.Element schema) |
| Modifier and Type | Method and Description |
|---|---|
static RESTStructuredCoverageIndexSchema |
build(String response) |
RESTStructuredCoverageIndexSchema.RESTStructuredCoverageIndexAttribute |
get(int index) |
boolean |
isEmpty() |
Iterator<RESTStructuredCoverageIndexSchema.RESTStructuredCoverageIndexAttribute> |
iterator() |
int |
size() |
protected RESTStructuredCoverageIndexSchema(org.jdom.Element schema)
list - public static RESTStructuredCoverageIndexSchema build(String response)
public int size()
public boolean isEmpty()
public RESTStructuredCoverageIndexSchema.RESTStructuredCoverageIndexAttribute get(int index)
public Iterator<RESTStructuredCoverageIndexSchema.RESTStructuredCoverageIndexAttribute> iterator()
iterator in interface Iterable<RESTStructuredCoverageIndexSchema.RESTStructuredCoverageIndexAttribute>Copyright © 2007–2016 PDOK. All rights reserved.