Uses of Interface
net.opengis.gml.x32.AbstractGeneralTransformationType
-
Packages that use AbstractGeneralTransformationType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of AbstractGeneralTransformationType in net.opengis.gml.x32
Subinterfaces of AbstractGeneralTransformationType in net.opengis.gml.x32 Modifier and Type Interface Description interfaceTransformationTypeAn XML TransformationType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32 that return AbstractGeneralTransformationType Modifier and Type Method Description AbstractGeneralTransformationTypeAbstractGeneralTransformationDocument. addNewAbstractGeneralTransformation()Appends and returns a new empty "AbstractGeneralTransformation" elementAbstractGeneralTransformationTypeGeneralTransformationPropertyType. addNewAbstractGeneralTransformation()Appends and returns a new empty "AbstractGeneralTransformation" elementAbstractGeneralTransformationTypeAbstractGeneralTransformationDocument. getAbstractGeneralTransformation()Gets the "AbstractGeneralTransformation" elementAbstractGeneralTransformationTypeGeneralTransformationPropertyType. getAbstractGeneralTransformation()Gets the "AbstractGeneralTransformation" elementstatic AbstractGeneralTransformationTypeAbstractGeneralTransformationType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractGeneralTransformationTypeAbstractGeneralTransformationType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractGeneralTransformationTypeAbstractGeneralTransformationType.Factory. parse(File file)static AbstractGeneralTransformationTypeAbstractGeneralTransformationType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractGeneralTransformationTypeAbstractGeneralTransformationType.Factory. parse(InputStream is)static AbstractGeneralTransformationTypeAbstractGeneralTransformationType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractGeneralTransformationTypeAbstractGeneralTransformationType.Factory. parse(Reader r)static AbstractGeneralTransformationTypeAbstractGeneralTransformationType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractGeneralTransformationTypeAbstractGeneralTransformationType.Factory. parse(String xmlAsString)static AbstractGeneralTransformationTypeAbstractGeneralTransformationType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractGeneralTransformationTypeAbstractGeneralTransformationType.Factory. parse(URL u)static AbstractGeneralTransformationTypeAbstractGeneralTransformationType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractGeneralTransformationTypeAbstractGeneralTransformationType.Factory. parse(XMLStreamReader sr)static AbstractGeneralTransformationTypeAbstractGeneralTransformationType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractGeneralTransformationTypeAbstractGeneralTransformationType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractGeneralTransformationTypeAbstractGeneralTransformationType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractGeneralTransformationTypeAbstractGeneralTransformationType.Factory. parse(Node node)static AbstractGeneralTransformationTypeAbstractGeneralTransformationType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type AbstractGeneralTransformationType Modifier and Type Method Description voidAbstractGeneralTransformationDocument. setAbstractGeneralTransformation(AbstractGeneralTransformationType abstractGeneralTransformation)Sets the "AbstractGeneralTransformation" elementvoidGeneralTransformationPropertyType. setAbstractGeneralTransformation(AbstractGeneralTransformationType abstractGeneralTransformation)Sets the "AbstractGeneralTransformation" element -
Uses of AbstractGeneralTransformationType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement AbstractGeneralTransformationType Modifier and Type Class Description classAbstractGeneralTransformationTypeImplAn XML AbstractGeneralTransformationType(@http://www.opengis.net/gml/3.2).classTransformationTypeImplAn XML TransformationType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return AbstractGeneralTransformationType Modifier and Type Method Description AbstractGeneralTransformationTypeAbstractGeneralTransformationDocumentImpl. addNewAbstractGeneralTransformation()Appends and returns a new empty "AbstractGeneralTransformation" elementAbstractGeneralTransformationTypeGeneralTransformationPropertyTypeImpl. addNewAbstractGeneralTransformation()Appends and returns a new empty "AbstractGeneralTransformation" elementAbstractGeneralTransformationTypeAbstractGeneralTransformationDocumentImpl. getAbstractGeneralTransformation()Gets the "AbstractGeneralTransformation" elementAbstractGeneralTransformationTypeGeneralTransformationPropertyTypeImpl. getAbstractGeneralTransformation()Gets the "AbstractGeneralTransformation" elementMethods in net.opengis.gml.x32.impl with parameters of type AbstractGeneralTransformationType Modifier and Type Method Description voidAbstractGeneralTransformationDocumentImpl. setAbstractGeneralTransformation(AbstractGeneralTransformationType abstractGeneralTransformation)Sets the "AbstractGeneralTransformation" elementvoidGeneralTransformationPropertyTypeImpl. setAbstractGeneralTransformation(AbstractGeneralTransformationType abstractGeneralTransformation)Sets the "AbstractGeneralTransformation" element
-