Uses of Interface
net.opengis.gml.ScaleType
-
Packages that use ScaleType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of ScaleType in net.opengis.gml
Methods in net.opengis.gml that return ScaleType Modifier and Type Method Description ScaleTypeBaseStyleDescriptorType. addNewSpatialResolution()Appends and returns a new empty "spatialResolution" elementScaleTypeBaseStyleDescriptorType. getSpatialResolution()Gets the "spatialResolution" elementstatic ScaleTypeScaleType.Factory. newInstance()static ScaleTypeScaleType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ScaleTypeScaleType.Factory. parse(File file)static ScaleTypeScaleType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ScaleTypeScaleType.Factory. parse(InputStream is)static ScaleTypeScaleType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ScaleTypeScaleType.Factory. parse(Reader r)static ScaleTypeScaleType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ScaleTypeScaleType.Factory. parse(String xmlAsString)static ScaleTypeScaleType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ScaleTypeScaleType.Factory. parse(URL u)static ScaleTypeScaleType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ScaleTypeScaleType.Factory. parse(XMLStreamReader sr)static ScaleTypeScaleType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ScaleTypeScaleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ScaleTypeScaleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ScaleTypeScaleType.Factory. parse(Node node)static ScaleTypeScaleType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type ScaleType Modifier and Type Method Description voidBaseStyleDescriptorType. setSpatialResolution(ScaleType spatialResolution)Sets the "spatialResolution" element -
Uses of ScaleType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement ScaleType Modifier and Type Class Description classScaleTypeImplAn XML ScaleType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return ScaleType Modifier and Type Method Description ScaleTypeBaseStyleDescriptorTypeImpl. addNewSpatialResolution()Appends and returns a new empty "spatialResolution" elementScaleTypeBaseStyleDescriptorTypeImpl. getSpatialResolution()Gets the "spatialResolution" elementMethods in net.opengis.gml.impl with parameters of type ScaleType Modifier and Type Method Description voidBaseStyleDescriptorTypeImpl. setSpatialResolution(ScaleType spatialResolution)Sets the "spatialResolution" element
-