Uses of Interface
net.opengis.gml.x33.lr.LinearSRSType
-
Packages that use LinearSRSType Package Description net.opengis.gml.x33.lr net.opengis.gml.x33.lr.impl net.opengis.gml.x33.lrov net.opengis.gml.x33.lrov.impl -
-
Uses of LinearSRSType in net.opengis.gml.x33.lr
Methods in net.opengis.gml.x33.lr that return LinearSRSType Modifier and Type Method Description LinearSRSTypeLinearSRSDocument. addNewLinearSRS()Appends and returns a new empty "LinearSRS" elementLinearSRSTypeLinearSRSPropertyType. addNewLinearSRS()Appends and returns a new empty "LinearSRS" elementLinearSRSTypeLinearSRSDocument. getLinearSRS()Gets the "LinearSRS" elementLinearSRSTypeLinearSRSPropertyType. getLinearSRS()Gets the "LinearSRS" elementstatic LinearSRSTypeLinearSRSType.Factory. newInstance()static LinearSRSTypeLinearSRSType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LinearSRSTypeLinearSRSType.Factory. parse(File file)static LinearSRSTypeLinearSRSType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LinearSRSTypeLinearSRSType.Factory. parse(InputStream is)static LinearSRSTypeLinearSRSType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LinearSRSTypeLinearSRSType.Factory. parse(Reader r)static LinearSRSTypeLinearSRSType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LinearSRSTypeLinearSRSType.Factory. parse(String xmlAsString)static LinearSRSTypeLinearSRSType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LinearSRSTypeLinearSRSType.Factory. parse(URL u)static LinearSRSTypeLinearSRSType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LinearSRSTypeLinearSRSType.Factory. parse(XMLStreamReader sr)static LinearSRSTypeLinearSRSType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LinearSRSTypeLinearSRSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LinearSRSTypeLinearSRSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LinearSRSTypeLinearSRSType.Factory. parse(Node node)static LinearSRSTypeLinearSRSType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x33.lr with parameters of type LinearSRSType Modifier and Type Method Description voidLinearSRSDocument. setLinearSRS(LinearSRSType linearSRS)Sets the "LinearSRS" elementvoidLinearSRSPropertyType. setLinearSRS(LinearSRSType linearSRS)Sets the "LinearSRS" element -
Uses of LinearSRSType in net.opengis.gml.x33.lr.impl
Classes in net.opengis.gml.x33.lr.impl that implement LinearSRSType Modifier and Type Class Description classLinearSRSTypeImplAn XML LinearSRSType(@http://www.opengis.net/gml/3.3/lr).Methods in net.opengis.gml.x33.lr.impl that return LinearSRSType Modifier and Type Method Description LinearSRSTypeLinearSRSDocumentImpl. addNewLinearSRS()Appends and returns a new empty "LinearSRS" elementLinearSRSTypeLinearSRSPropertyTypeImpl. addNewLinearSRS()Appends and returns a new empty "LinearSRS" elementLinearSRSTypeLinearSRSDocumentImpl. getLinearSRS()Gets the "LinearSRS" elementLinearSRSTypeLinearSRSPropertyTypeImpl. getLinearSRS()Gets the "LinearSRS" elementMethods in net.opengis.gml.x33.lr.impl with parameters of type LinearSRSType Modifier and Type Method Description voidLinearSRSDocumentImpl. setLinearSRS(LinearSRSType linearSRS)Sets the "LinearSRS" elementvoidLinearSRSPropertyTypeImpl. setLinearSRS(LinearSRSType linearSRS)Sets the "LinearSRS" element -
Uses of LinearSRSType in net.opengis.gml.x33.lrov
Subinterfaces of LinearSRSType in net.opengis.gml.x33.lrov Modifier and Type Interface Description interfaceVectorOffsetLinearSRSTypeAn XML VectorOffsetLinearSRSType(@http://www.opengis.net/gml/3.3/lrov). -
Uses of LinearSRSType in net.opengis.gml.x33.lrov.impl
Classes in net.opengis.gml.x33.lrov.impl that implement LinearSRSType Modifier and Type Class Description classVectorOffsetLinearSRSTypeImplAn XML VectorOffsetLinearSRSType(@http://www.opengis.net/gml/3.3/lrov).
-