Uses of Interface
net.opengis.gml.x32.AbstractCurveType
-
Packages that use AbstractCurveType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of AbstractCurveType in net.opengis.gml.x32
Subinterfaces of AbstractCurveType in net.opengis.gml.x32 Modifier and Type Interface Description interfaceCompositeCurveTypeAn XML CompositeCurveType(@http://www.opengis.net/gml/3.2).interfaceCurveTypeAn XML CurveType(@http://www.opengis.net/gml/3.2).interfaceLineStringTypeAn XML LineStringType(@http://www.opengis.net/gml/3.2).interfaceOrientableCurveTypeAn XML OrientableCurveType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32 that return AbstractCurveType Modifier and Type Method Description AbstractCurveTypeAbstractCurveDocument. addNewAbstractCurve()Appends and returns a new empty "AbstractCurve" elementAbstractCurveTypeCurveArrayPropertyType. addNewAbstractCurve()Appends and returns a new empty value (as xml) as the last "AbstractCurve" elementAbstractCurveTypeCurvePropertyType. addNewAbstractCurve()Appends and returns a new empty "AbstractCurve" elementAbstractCurveTypeAbstractCurveDocument. getAbstractCurve()Gets the "AbstractCurve" elementAbstractCurveTypeCurvePropertyType. getAbstractCurve()Gets the "AbstractCurve" elementAbstractCurveType[]CurveArrayPropertyType. getAbstractCurveArray()Gets array of all "AbstractCurve" elementsAbstractCurveTypeCurveArrayPropertyType. getAbstractCurveArray(int i)Gets ith "AbstractCurve" elementAbstractCurveTypeCurveArrayPropertyType. insertNewAbstractCurve(int i)Inserts and returns a new empty value (as xml) as the ith "AbstractCurve" elementstatic AbstractCurveTypeAbstractCurveType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractCurveTypeAbstractCurveType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractCurveTypeAbstractCurveType.Factory. parse(File file)static AbstractCurveTypeAbstractCurveType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractCurveTypeAbstractCurveType.Factory. parse(InputStream is)static AbstractCurveTypeAbstractCurveType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractCurveTypeAbstractCurveType.Factory. parse(Reader r)static AbstractCurveTypeAbstractCurveType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractCurveTypeAbstractCurveType.Factory. parse(String xmlAsString)static AbstractCurveTypeAbstractCurveType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractCurveTypeAbstractCurveType.Factory. parse(URL u)static AbstractCurveTypeAbstractCurveType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractCurveTypeAbstractCurveType.Factory. parse(XMLStreamReader sr)static AbstractCurveTypeAbstractCurveType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractCurveTypeAbstractCurveType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractCurveTypeAbstractCurveType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractCurveTypeAbstractCurveType.Factory. parse(Node node)static AbstractCurveTypeAbstractCurveType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type AbstractCurveType Modifier and Type Method Description voidAbstractCurveDocument. setAbstractCurve(AbstractCurveType abstractCurve)Sets the "AbstractCurve" elementvoidCurvePropertyType. setAbstractCurve(AbstractCurveType abstractCurve)Sets the "AbstractCurve" elementvoidCurveArrayPropertyType. setAbstractCurveArray(int i, AbstractCurveType abstractCurve)Sets ith "AbstractCurve" elementvoidCurveArrayPropertyType. setAbstractCurveArray(AbstractCurveType[] abstractCurveArray)Sets array of all "AbstractCurve" element -
Uses of AbstractCurveType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement AbstractCurveType Modifier and Type Class Description classAbstractCurveTypeImplAn XML AbstractCurveType(@http://www.opengis.net/gml/3.2).classCompositeCurveTypeImplAn XML CompositeCurveType(@http://www.opengis.net/gml/3.2).classCurveTypeImplAn XML CurveType(@http://www.opengis.net/gml/3.2).classLineStringTypeImplAn XML LineStringType(@http://www.opengis.net/gml/3.2).classOrientableCurveTypeImplAn XML OrientableCurveType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return AbstractCurveType Modifier and Type Method Description AbstractCurveTypeAbstractCurveDocumentImpl. addNewAbstractCurve()Appends and returns a new empty "AbstractCurve" elementAbstractCurveTypeCurveArrayPropertyTypeImpl. addNewAbstractCurve()Appends and returns a new empty value (as xml) as the last "AbstractCurve" elementAbstractCurveTypeCurvePropertyTypeImpl. addNewAbstractCurve()Appends and returns a new empty "AbstractCurve" elementAbstractCurveTypeAbstractCurveDocumentImpl. getAbstractCurve()Gets the "AbstractCurve" elementAbstractCurveTypeCurvePropertyTypeImpl. getAbstractCurve()Gets the "AbstractCurve" elementAbstractCurveType[]CurveArrayPropertyTypeImpl. getAbstractCurveArray()Gets array of all "AbstractCurve" elementsAbstractCurveTypeCurveArrayPropertyTypeImpl. getAbstractCurveArray(int i)Gets ith "AbstractCurve" elementAbstractCurveTypeCurveArrayPropertyTypeImpl. insertNewAbstractCurve(int i)Inserts and returns a new empty value (as xml) as the ith "AbstractCurve" elementMethods in net.opengis.gml.x32.impl with parameters of type AbstractCurveType Modifier and Type Method Description voidAbstractCurveDocumentImpl. setAbstractCurve(AbstractCurveType abstractCurve)Sets the "AbstractCurve" elementvoidCurvePropertyTypeImpl. setAbstractCurve(AbstractCurveType abstractCurve)Sets the "AbstractCurve" elementvoidCurveArrayPropertyTypeImpl. setAbstractCurveArray(int i, AbstractCurveType abstractCurve)Sets ith "AbstractCurve" elementvoidCurveArrayPropertyTypeImpl. setAbstractCurveArray(AbstractCurveType[] abstractCurveArray)Sets array of all "AbstractCurve" element
-