Class RESTStructuredCoverageIndexSchema.RESTStructuredCoverageIndexAttribute

  • Enclosing class:
    RESTStructuredCoverageIndexSchema

    public static class RESTStructuredCoverageIndexSchema.RESTStructuredCoverageIndexAttribute
    extends java.lang.Object
    Generic granule of the index.

    This is the XML REST representation:

     
      <Attribute>
        <name>the_geom</name>
        <minOccurs>0</minOccurs>
        <maxOccurs>1</maxOccurs>
        <nillable>true</nillable>
        <binding>com.vividsolutions.jts.geom.Polygon</binding>
       </Attribute>
       
    Author:
    Simone Giannecchini, GeoSolutions SAS
    • Field Detail

      • attribute

        protected final org.jdom.Element attribute
    • Constructor Detail

      • RESTStructuredCoverageIndexAttribute

        public RESTStructuredCoverageIndexAttribute​(org.jdom.Element elem)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getMinOccurs

        public java.lang.String getMinOccurs()
      • getMaxOccurs

        public java.lang.String getMaxOccurs()
      • getNillable

        public java.lang.String getNillable()
      • getBinding

        public java.lang.String getBinding()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object