Uses of Interface
net.opengis.gml.x32.ProjectedCRSType
-
Packages that use ProjectedCRSType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of ProjectedCRSType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return ProjectedCRSType Modifier and Type Method Description ProjectedCRSTypeProjectedCRSDocument. addNewProjectedCRS()Appends and returns a new empty "ProjectedCRS" elementProjectedCRSTypeProjectedCRSPropertyType. addNewProjectedCRS()Appends and returns a new empty "ProjectedCRS" elementProjectedCRSTypeProjectedCRSDocument. getProjectedCRS()Gets the "ProjectedCRS" elementProjectedCRSTypeProjectedCRSPropertyType. getProjectedCRS()Gets the "ProjectedCRS" elementstatic ProjectedCRSTypeProjectedCRSType.Factory. newInstance()static ProjectedCRSTypeProjectedCRSType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ProjectedCRSTypeProjectedCRSType.Factory. parse(File file)static ProjectedCRSTypeProjectedCRSType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ProjectedCRSTypeProjectedCRSType.Factory. parse(InputStream is)static ProjectedCRSTypeProjectedCRSType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ProjectedCRSTypeProjectedCRSType.Factory. parse(Reader r)static ProjectedCRSTypeProjectedCRSType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ProjectedCRSTypeProjectedCRSType.Factory. parse(String xmlAsString)static ProjectedCRSTypeProjectedCRSType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ProjectedCRSTypeProjectedCRSType.Factory. parse(URL u)static ProjectedCRSTypeProjectedCRSType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ProjectedCRSTypeProjectedCRSType.Factory. parse(XMLStreamReader sr)static ProjectedCRSTypeProjectedCRSType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ProjectedCRSTypeProjectedCRSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ProjectedCRSTypeProjectedCRSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ProjectedCRSTypeProjectedCRSType.Factory. parse(Node node)static ProjectedCRSTypeProjectedCRSType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type ProjectedCRSType Modifier and Type Method Description voidProjectedCRSDocument. setProjectedCRS(ProjectedCRSType projectedCRS)Sets the "ProjectedCRS" elementvoidProjectedCRSPropertyType. setProjectedCRS(ProjectedCRSType projectedCRS)Sets the "ProjectedCRS" element -
Uses of ProjectedCRSType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement ProjectedCRSType Modifier and Type Class Description classProjectedCRSTypeImplAn XML ProjectedCRSType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return ProjectedCRSType Modifier and Type Method Description ProjectedCRSTypeProjectedCRSDocumentImpl. addNewProjectedCRS()Appends and returns a new empty "ProjectedCRS" elementProjectedCRSTypeProjectedCRSPropertyTypeImpl. addNewProjectedCRS()Appends and returns a new empty "ProjectedCRS" elementProjectedCRSTypeProjectedCRSDocumentImpl. getProjectedCRS()Gets the "ProjectedCRS" elementProjectedCRSTypeProjectedCRSPropertyTypeImpl. getProjectedCRS()Gets the "ProjectedCRS" elementMethods in net.opengis.gml.x32.impl with parameters of type ProjectedCRSType Modifier and Type Method Description voidProjectedCRSDocumentImpl. setProjectedCRS(ProjectedCRSType projectedCRS)Sets the "ProjectedCRS" elementvoidProjectedCRSPropertyTypeImpl. setProjectedCRS(ProjectedCRSType projectedCRS)Sets the "ProjectedCRS" element
-