Uses of Interface
net.opengis.gml.x32.CompoundCRSType
-
Packages that use CompoundCRSType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of CompoundCRSType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return CompoundCRSType Modifier and Type Method Description CompoundCRSTypeCompoundCRSDocument. addNewCompoundCRS()Appends and returns a new empty "CompoundCRS" elementCompoundCRSTypeCompoundCRSPropertyType. addNewCompoundCRS()Appends and returns a new empty "CompoundCRS" elementCompoundCRSTypeCompoundCRSDocument. getCompoundCRS()Gets the "CompoundCRS" elementCompoundCRSTypeCompoundCRSPropertyType. getCompoundCRS()Gets the "CompoundCRS" elementstatic CompoundCRSTypeCompoundCRSType.Factory. newInstance()static CompoundCRSTypeCompoundCRSType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CompoundCRSTypeCompoundCRSType.Factory. parse(File file)static CompoundCRSTypeCompoundCRSType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CompoundCRSTypeCompoundCRSType.Factory. parse(InputStream is)static CompoundCRSTypeCompoundCRSType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CompoundCRSTypeCompoundCRSType.Factory. parse(Reader r)static CompoundCRSTypeCompoundCRSType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CompoundCRSTypeCompoundCRSType.Factory. parse(String xmlAsString)static CompoundCRSTypeCompoundCRSType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CompoundCRSTypeCompoundCRSType.Factory. parse(URL u)static CompoundCRSTypeCompoundCRSType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CompoundCRSTypeCompoundCRSType.Factory. parse(XMLStreamReader sr)static CompoundCRSTypeCompoundCRSType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CompoundCRSTypeCompoundCRSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CompoundCRSTypeCompoundCRSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CompoundCRSTypeCompoundCRSType.Factory. parse(Node node)static CompoundCRSTypeCompoundCRSType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type CompoundCRSType Modifier and Type Method Description voidCompoundCRSDocument. setCompoundCRS(CompoundCRSType compoundCRS)Sets the "CompoundCRS" elementvoidCompoundCRSPropertyType. setCompoundCRS(CompoundCRSType compoundCRS)Sets the "CompoundCRS" element -
Uses of CompoundCRSType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement CompoundCRSType Modifier and Type Class Description classCompoundCRSTypeImplAn XML CompoundCRSType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return CompoundCRSType Modifier and Type Method Description CompoundCRSTypeCompoundCRSDocumentImpl. addNewCompoundCRS()Appends and returns a new empty "CompoundCRS" elementCompoundCRSTypeCompoundCRSPropertyTypeImpl. addNewCompoundCRS()Appends and returns a new empty "CompoundCRS" elementCompoundCRSTypeCompoundCRSDocumentImpl. getCompoundCRS()Gets the "CompoundCRS" elementCompoundCRSTypeCompoundCRSPropertyTypeImpl. getCompoundCRS()Gets the "CompoundCRS" elementMethods in net.opengis.gml.x32.impl with parameters of type CompoundCRSType Modifier and Type Method Description voidCompoundCRSDocumentImpl. setCompoundCRS(CompoundCRSType compoundCRS)Sets the "CompoundCRS" elementvoidCompoundCRSPropertyTypeImpl. setCompoundCRS(CompoundCRSType compoundCRS)Sets the "CompoundCRS" element
-