Uses of Interface
net.opengis.gml.ProjectedCRSType
-
Packages that use ProjectedCRSType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of ProjectedCRSType in net.opengis.gml
Methods in net.opengis.gml that return ProjectedCRSType Modifier and Type Method Description ProjectedCRSTypeProjectedCRSDocument. addNewProjectedCRS()Appends and returns a new empty "ProjectedCRS" elementProjectedCRSTypeProjectedCRSRefType. addNewProjectedCRS()Appends and returns a new empty "ProjectedCRS" elementProjectedCRSTypeProjectedCRSDocument. getProjectedCRS()Gets the "ProjectedCRS" elementProjectedCRSTypeProjectedCRSRefType. 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 with parameters of type ProjectedCRSType Modifier and Type Method Description voidProjectedCRSDocument. setProjectedCRS(ProjectedCRSType projectedCRS)Sets the "ProjectedCRS" elementvoidProjectedCRSRefType. setProjectedCRS(ProjectedCRSType projectedCRS)Sets the "ProjectedCRS" element -
Uses of ProjectedCRSType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement ProjectedCRSType Modifier and Type Class Description classProjectedCRSTypeImplAn XML ProjectedCRSType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return ProjectedCRSType Modifier and Type Method Description ProjectedCRSTypeProjectedCRSDocumentImpl. addNewProjectedCRS()Appends and returns a new empty "ProjectedCRS" elementProjectedCRSTypeProjectedCRSRefTypeImpl. addNewProjectedCRS()Appends and returns a new empty "ProjectedCRS" elementProjectedCRSTypeProjectedCRSDocumentImpl. getProjectedCRS()Gets the "ProjectedCRS" elementProjectedCRSTypeProjectedCRSRefTypeImpl. getProjectedCRS()Gets the "ProjectedCRS" elementMethods in net.opengis.gml.impl with parameters of type ProjectedCRSType Modifier and Type Method Description voidProjectedCRSDocumentImpl. setProjectedCRS(ProjectedCRSType projectedCRS)Sets the "ProjectedCRS" elementvoidProjectedCRSRefTypeImpl. setProjectedCRS(ProjectedCRSType projectedCRS)Sets the "ProjectedCRS" element
-