Interface AbstractCoordinateOperationType

    • Field Detail

      • type

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

      • isSetDomainOfValidity

        boolean isSetDomainOfValidity()
        True if has "domainOfValidity" element
      • unsetDomainOfValidity

        void unsetDomainOfValidity()
        Unsets the "domainOfValidity" element
      • getScopeArray

        String[] getScopeArray()
        Gets array of all "scope" elements
      • getScopeArray

        String getScopeArray​(int i)
        Gets ith "scope" element
      • xgetScopeArray

        org.apache.xmlbeans.XmlString[] xgetScopeArray()
        Gets (as xml) array of all "scope" elements
      • xgetScopeArray

        org.apache.xmlbeans.XmlString xgetScopeArray​(int i)
        Gets (as xml) ith "scope" element
      • sizeOfScopeArray

        int sizeOfScopeArray()
        Returns number of "scope" element
      • setScopeArray

        void setScopeArray​(String[] scopeArray)
        Sets array of all "scope" element
      • setScopeArray

        void setScopeArray​(int i,
                           String scope)
        Sets ith "scope" element
      • xsetScopeArray

        void xsetScopeArray​(org.apache.xmlbeans.XmlString[] scopeArray)
        Sets (as xml) array of all "scope" element
      • xsetScopeArray

        void xsetScopeArray​(int i,
                            org.apache.xmlbeans.XmlString scope)
        Sets (as xml) ith "scope" element
      • insertScope

        void insertScope​(int i,
                         String scope)
        Inserts the value as the ith "scope" element
      • addScope

        void addScope​(String scope)
        Appends the value as the last "scope" element
      • insertNewScope

        org.apache.xmlbeans.XmlString insertNewScope​(int i)
        Inserts and returns a new empty value (as xml) as the ith "scope" element
      • addNewScope

        org.apache.xmlbeans.XmlString addNewScope()
        Appends and returns a new empty value (as xml) as the last "scope" element
      • removeScope

        void removeScope​(int i)
        Removes the ith "scope" element
      • getOperationVersion

        String getOperationVersion()
        Gets the "operationVersion" element
      • xgetOperationVersion

        org.apache.xmlbeans.XmlString xgetOperationVersion()
        Gets (as xml) the "operationVersion" element
      • isSetOperationVersion

        boolean isSetOperationVersion()
        True if has "operationVersion" element
      • setOperationVersion

        void setOperationVersion​(String operationVersion)
        Sets the "operationVersion" element
      • xsetOperationVersion

        void xsetOperationVersion​(org.apache.xmlbeans.XmlString operationVersion)
        Sets (as xml) the "operationVersion" element
      • unsetOperationVersion

        void unsetOperationVersion()
        Unsets the "operationVersion" element
      • sizeOfCoordinateOperationAccuracyArray

        int sizeOfCoordinateOperationAccuracyArray()
        Returns number of "coordinateOperationAccuracy" element
      • removeCoordinateOperationAccuracy

        void removeCoordinateOperationAccuracy​(int i)
        Removes the ith "coordinateOperationAccuracy" element
      • getSourceCRS

        CRSPropertyType getSourceCRS()
        Gets the "sourceCRS" element
      • isSetSourceCRS

        boolean isSetSourceCRS()
        True if has "sourceCRS" element
      • setSourceCRS

        void setSourceCRS​(CRSPropertyType sourceCRS)
        Sets the "sourceCRS" element
      • addNewSourceCRS

        CRSPropertyType addNewSourceCRS()
        Appends and returns a new empty "sourceCRS" element
      • unsetSourceCRS

        void unsetSourceCRS()
        Unsets the "sourceCRS" element
      • getTargetCRS

        CRSPropertyType getTargetCRS()
        Gets the "targetCRS" element
      • isSetTargetCRS

        boolean isSetTargetCRS()
        True if has "targetCRS" element
      • setTargetCRS

        void setTargetCRS​(CRSPropertyType targetCRS)
        Sets the "targetCRS" element
      • addNewTargetCRS

        CRSPropertyType addNewTargetCRS()
        Appends and returns a new empty "targetCRS" element
      • unsetTargetCRS

        void unsetTargetCRS()
        Unsets the "targetCRS" element