Uses of Interface
net.opengis.ogc.SortPropertyType
-
Packages that use SortPropertyType Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of SortPropertyType in net.opengis.ogc
Methods in net.opengis.ogc that return SortPropertyType Modifier and Type Method Description SortPropertyTypeSortByType. addNewSortProperty()Appends and returns a new empty value (as xml) as the last "SortProperty" elementSortPropertyType[]SortByType. getSortPropertyArray()Gets array of all "SortProperty" elementsSortPropertyTypeSortByType. getSortPropertyArray(int i)Gets ith "SortProperty" elementSortPropertyTypeSortByType. insertNewSortProperty(int i)Inserts and returns a new empty value (as xml) as the ith "SortProperty" elementstatic SortPropertyTypeSortPropertyType.Factory. newInstance()static SortPropertyTypeSortPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SortPropertyTypeSortPropertyType.Factory. parse(File file)static SortPropertyTypeSortPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SortPropertyTypeSortPropertyType.Factory. parse(InputStream is)static SortPropertyTypeSortPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SortPropertyTypeSortPropertyType.Factory. parse(Reader r)static SortPropertyTypeSortPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SortPropertyTypeSortPropertyType.Factory. parse(String xmlAsString)static SortPropertyTypeSortPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SortPropertyTypeSortPropertyType.Factory. parse(URL u)static SortPropertyTypeSortPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SortPropertyTypeSortPropertyType.Factory. parse(XMLStreamReader sr)static SortPropertyTypeSortPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SortPropertyTypeSortPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SortPropertyTypeSortPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SortPropertyTypeSortPropertyType.Factory. parse(Node node)static SortPropertyTypeSortPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type SortPropertyType Modifier and Type Method Description voidSortByType. setSortPropertyArray(int i, SortPropertyType sortProperty)Sets ith "SortProperty" elementvoidSortByType. setSortPropertyArray(SortPropertyType[] sortPropertyArray)Sets array of all "SortProperty" element -
Uses of SortPropertyType in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement SortPropertyType Modifier and Type Class Description classSortPropertyTypeImplAn XML SortPropertyType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return SortPropertyType Modifier and Type Method Description SortPropertyTypeSortByTypeImpl. addNewSortProperty()Appends and returns a new empty value (as xml) as the last "SortProperty" elementSortPropertyType[]SortByTypeImpl. getSortPropertyArray()Gets array of all "SortProperty" elementsSortPropertyTypeSortByTypeImpl. getSortPropertyArray(int i)Gets ith "SortProperty" elementSortPropertyTypeSortByTypeImpl. insertNewSortProperty(int i)Inserts and returns a new empty value (as xml) as the ith "SortProperty" elementMethods in net.opengis.ogc.impl with parameters of type SortPropertyType Modifier and Type Method Description voidSortByTypeImpl. setSortPropertyArray(int i, SortPropertyType sortProperty)Sets ith "SortProperty" elementvoidSortByTypeImpl. setSortPropertyArray(SortPropertyType[] sortPropertyArray)Sets array of all "SortProperty" element
-