it.geosolutions.geoserver.rest.decoder
Class RESTStructuredCoverageIndexSchema.RESTStructuredCoverageIndexAttribute

java.lang.Object
  extended by it.geosolutions.geoserver.rest.decoder.RESTStructuredCoverageIndexSchema.RESTStructuredCoverageIndexAttribute
Enclosing class:
RESTStructuredCoverageIndexSchema

public static class RESTStructuredCoverageIndexSchema.RESTStructuredCoverageIndexAttribute
extends Object

Generic granule of the index.

This is the XML REST representation:

  {@code
    
      the_geom
      0
      1
      true
      com.vividsolutions.jts.geom.Polygon
    

Author:
Simone Giannecchini, GeoSolutions SAS

Field Summary
protected  org.jdom.Element attribute
           
 
Constructor Summary
RESTStructuredCoverageIndexSchema.RESTStructuredCoverageIndexAttribute(org.jdom.Element elem)
           
 
Method Summary
 String getBinding()
           
 String getMaxOccurs()
           
 String getMinOccurs()
           
 String getName()
           
 String getNillable()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

attribute

protected final org.jdom.Element attribute
Constructor Detail

RESTStructuredCoverageIndexSchema.RESTStructuredCoverageIndexAttribute

public RESTStructuredCoverageIndexSchema.RESTStructuredCoverageIndexAttribute(org.jdom.Element elem)
Method Detail

getName

public String getName()

getMinOccurs

public String getMinOccurs()

getMaxOccurs

public String getMaxOccurs()

getNillable

public String getNillable()

getBinding

public String getBinding()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2014 GeoSolutions. All Rights Reserved.