Interface CoverageFunctionType

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    CoverageFunctionTypeImpl

    public interface CoverageFunctionType
    extends org.apache.xmlbeans.XmlObject
    An XML CoverageFunctionType(@http://www.opengis.net/gml/3.2). This is a complex type.
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getMappingRule

        StringOrRefType getMappingRule()
        Gets the "MappingRule" element
      • isSetMappingRule

        boolean isSetMappingRule()
        True if has "MappingRule" element
      • setMappingRule

        void setMappingRule​(StringOrRefType mappingRule)
        Sets the "MappingRule" element
      • addNewMappingRule

        StringOrRefType addNewMappingRule()
        Appends and returns a new empty "MappingRule" element
      • unsetMappingRule

        void unsetMappingRule()
        Unsets the "MappingRule" element
      • getCoverageMappingRule

        MappingRuleType getCoverageMappingRule()
        Gets the "CoverageMappingRule" element
      • isSetCoverageMappingRule

        boolean isSetCoverageMappingRule()
        True if has "CoverageMappingRule" element
      • setCoverageMappingRule

        void setCoverageMappingRule​(MappingRuleType coverageMappingRule)
        Sets the "CoverageMappingRule" element
      • addNewCoverageMappingRule

        MappingRuleType addNewCoverageMappingRule()
        Appends and returns a new empty "CoverageMappingRule" element
      • unsetCoverageMappingRule

        void unsetCoverageMappingRule()
        Unsets the "CoverageMappingRule" element
      • getGridFunction

        GridFunctionType getGridFunction()
        Gets the "GridFunction" element
      • isSetGridFunction

        boolean isSetGridFunction()
        True if has "GridFunction" element
      • setGridFunction

        void setGridFunction​(GridFunctionType gridFunction)
        Sets the "GridFunction" element
      • addNewGridFunction

        GridFunctionType addNewGridFunction()
        Appends and returns a new empty "GridFunction" element
      • unsetGridFunction

        void unsetGridFunction()
        Unsets the "GridFunction" element