Uses of Interface
net.opengis.gml.x32.AffineCSType
-
Packages that use AffineCSType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of AffineCSType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return AffineCSType Modifier and Type Method Description AffineCSTypeAffineCSDocument2. addNewAffineCS()Appends and returns a new empty "AffineCS" elementAffineCSTypeAffineCSPropertyType. addNewAffineCS()Appends and returns a new empty "AffineCS" elementAffineCSTypeAffineCSDocument2. getAffineCS()Gets the "AffineCS" elementAffineCSTypeAffineCSPropertyType. getAffineCS()Gets the "AffineCS" elementstatic AffineCSTypeAffineCSType.Factory. newInstance()static AffineCSTypeAffineCSType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AffineCSTypeAffineCSType.Factory. parse(File file)static AffineCSTypeAffineCSType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AffineCSTypeAffineCSType.Factory. parse(InputStream is)static AffineCSTypeAffineCSType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AffineCSTypeAffineCSType.Factory. parse(Reader r)static AffineCSTypeAffineCSType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AffineCSTypeAffineCSType.Factory. parse(String xmlAsString)static AffineCSTypeAffineCSType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AffineCSTypeAffineCSType.Factory. parse(URL u)static AffineCSTypeAffineCSType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AffineCSTypeAffineCSType.Factory. parse(XMLStreamReader sr)static AffineCSTypeAffineCSType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AffineCSTypeAffineCSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AffineCSTypeAffineCSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AffineCSTypeAffineCSType.Factory. parse(Node node)static AffineCSTypeAffineCSType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type AffineCSType Modifier and Type Method Description voidAffineCSDocument2. setAffineCS(AffineCSType affineCS)Sets the "AffineCS" elementvoidAffineCSPropertyType. setAffineCS(AffineCSType affineCS)Sets the "AffineCS" element -
Uses of AffineCSType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement AffineCSType Modifier and Type Class Description classAffineCSTypeImplAn XML AffineCSType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return AffineCSType Modifier and Type Method Description AffineCSTypeAffineCSDocument2Impl. addNewAffineCS()Appends and returns a new empty "AffineCS" elementAffineCSTypeAffineCSPropertyTypeImpl. addNewAffineCS()Appends and returns a new empty "AffineCS" elementAffineCSTypeAffineCSDocument2Impl. getAffineCS()Gets the "AffineCS" elementAffineCSTypeAffineCSPropertyTypeImpl. getAffineCS()Gets the "AffineCS" elementMethods in net.opengis.gml.x32.impl with parameters of type AffineCSType Modifier and Type Method Description voidAffineCSDocument2Impl. setAffineCS(AffineCSType affineCS)Sets the "AffineCS" elementvoidAffineCSPropertyTypeImpl. setAffineCS(AffineCSType affineCS)Sets the "AffineCS" element
-