Uses of Interface
net.opengis.gml.x32.AffineCSPropertyType
-
Packages that use AffineCSPropertyType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of AffineCSPropertyType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return AffineCSPropertyType Modifier and Type Method Description AffineCSPropertyTypeAffineCSDocument. addNewAffineCS()Appends and returns a new empty "affineCS" elementAffineCSPropertyTypeEngineeringCRSType. addNewAffineCS()Appends and returns a new empty "affineCS" elementAffineCSPropertyTypeImageCRSType. addNewAffineCS()Appends and returns a new empty "affineCS" elementAffineCSPropertyTypeUsesAffineCSDocument. addNewUsesAffineCS()Appends and returns a new empty "usesAffineCS" elementAffineCSPropertyTypeAffineCSDocument. getAffineCS()Gets the "affineCS" elementAffineCSPropertyTypeEngineeringCRSType. getAffineCS()Gets the "affineCS" elementAffineCSPropertyTypeImageCRSType. getAffineCS()Gets the "affineCS" elementAffineCSPropertyTypeUsesAffineCSDocument. getUsesAffineCS()Gets the "usesAffineCS" elementstatic AffineCSPropertyTypeAffineCSPropertyType.Factory. newInstance()static AffineCSPropertyTypeAffineCSPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AffineCSPropertyTypeAffineCSPropertyType.Factory. parse(File file)static AffineCSPropertyTypeAffineCSPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AffineCSPropertyTypeAffineCSPropertyType.Factory. parse(InputStream is)static AffineCSPropertyTypeAffineCSPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AffineCSPropertyTypeAffineCSPropertyType.Factory. parse(Reader r)static AffineCSPropertyTypeAffineCSPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AffineCSPropertyTypeAffineCSPropertyType.Factory. parse(String xmlAsString)static AffineCSPropertyTypeAffineCSPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AffineCSPropertyTypeAffineCSPropertyType.Factory. parse(URL u)static AffineCSPropertyTypeAffineCSPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AffineCSPropertyTypeAffineCSPropertyType.Factory. parse(XMLStreamReader sr)static AffineCSPropertyTypeAffineCSPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AffineCSPropertyTypeAffineCSPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AffineCSPropertyTypeAffineCSPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AffineCSPropertyTypeAffineCSPropertyType.Factory. parse(Node node)static AffineCSPropertyTypeAffineCSPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type AffineCSPropertyType Modifier and Type Method Description voidAffineCSDocument. setAffineCS(AffineCSPropertyType affineCS)Sets the "affineCS" elementvoidEngineeringCRSType. setAffineCS(AffineCSPropertyType affineCS)Sets the "affineCS" elementvoidImageCRSType. setAffineCS(AffineCSPropertyType affineCS)Sets the "affineCS" elementvoidUsesAffineCSDocument. setUsesAffineCS(AffineCSPropertyType usesAffineCS)Sets the "usesAffineCS" element -
Uses of AffineCSPropertyType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement AffineCSPropertyType Modifier and Type Class Description classAffineCSPropertyTypeImplAn XML AffineCSPropertyType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return AffineCSPropertyType Modifier and Type Method Description AffineCSPropertyTypeAffineCSDocumentImpl. addNewAffineCS()Appends and returns a new empty "affineCS" elementAffineCSPropertyTypeEngineeringCRSTypeImpl. addNewAffineCS()Appends and returns a new empty "affineCS" elementAffineCSPropertyTypeImageCRSTypeImpl. addNewAffineCS()Appends and returns a new empty "affineCS" elementAffineCSPropertyTypeUsesAffineCSDocumentImpl. addNewUsesAffineCS()Appends and returns a new empty "usesAffineCS" elementAffineCSPropertyTypeAffineCSDocumentImpl. getAffineCS()Gets the "affineCS" elementAffineCSPropertyTypeEngineeringCRSTypeImpl. getAffineCS()Gets the "affineCS" elementAffineCSPropertyTypeImageCRSTypeImpl. getAffineCS()Gets the "affineCS" elementAffineCSPropertyTypeUsesAffineCSDocumentImpl. getUsesAffineCS()Gets the "usesAffineCS" elementMethods in net.opengis.gml.x32.impl with parameters of type AffineCSPropertyType Modifier and Type Method Description voidAffineCSDocumentImpl. setAffineCS(AffineCSPropertyType affineCS)Sets the "affineCS" elementvoidEngineeringCRSTypeImpl. setAffineCS(AffineCSPropertyType affineCS)Sets the "affineCS" elementvoidImageCRSTypeImpl. setAffineCS(AffineCSPropertyType affineCS)Sets the "affineCS" elementvoidUsesAffineCSDocumentImpl. setUsesAffineCS(AffineCSPropertyType usesAffineCS)Sets the "usesAffineCS" element
-