Interface AffinePlacementType

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

    public interface AffinePlacementType
    extends org.apache.xmlbeans.XmlObject
    An XML AffinePlacementType(@http://www.opengis.net/gml/3.2). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  AffinePlacementType.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Field Detail

      • type

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

      • setLocation

        void setLocation​(DirectPositionType location)
        Sets the "location" element
      • addNewLocation

        DirectPositionType addNewLocation()
        Appends and returns a new empty "location" element
      • getRefDirectionArray

        VectorType[] getRefDirectionArray()
        Gets array of all "refDirection" elements
      • getRefDirectionArray

        VectorType getRefDirectionArray​(int i)
        Gets ith "refDirection" element
      • sizeOfRefDirectionArray

        int sizeOfRefDirectionArray()
        Returns number of "refDirection" element
      • setRefDirectionArray

        void setRefDirectionArray​(VectorType[] refDirectionArray)
        Sets array of all "refDirection" element
      • setRefDirectionArray

        void setRefDirectionArray​(int i,
                                  VectorType refDirection)
        Sets ith "refDirection" element
      • insertNewRefDirection

        VectorType insertNewRefDirection​(int i)
        Inserts and returns a new empty value (as xml) as the ith "refDirection" element
      • addNewRefDirection

        VectorType addNewRefDirection()
        Appends and returns a new empty value (as xml) as the last "refDirection" element
      • removeRefDirection

        void removeRefDirection​(int i)
        Removes the ith "refDirection" element
      • getInDimension

        BigInteger getInDimension()
        Gets the "inDimension" element
      • xgetInDimension

        org.apache.xmlbeans.XmlPositiveInteger xgetInDimension()
        Gets (as xml) the "inDimension" element
      • setInDimension

        void setInDimension​(BigInteger inDimension)
        Sets the "inDimension" element
      • xsetInDimension

        void xsetInDimension​(org.apache.xmlbeans.XmlPositiveInteger inDimension)
        Sets (as xml) the "inDimension" element
      • getOutDimension

        BigInteger getOutDimension()
        Gets the "outDimension" element
      • xgetOutDimension

        org.apache.xmlbeans.XmlPositiveInteger xgetOutDimension()
        Gets (as xml) the "outDimension" element
      • setOutDimension

        void setOutDimension​(BigInteger outDimension)
        Sets the "outDimension" element
      • xsetOutDimension

        void xsetOutDimension​(org.apache.xmlbeans.XmlPositiveInteger outDimension)
        Sets (as xml) the "outDimension" element