Uses of Interface
net.opengis.gml.x32.ScaleType
-
Packages that use ScaleType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl org.isotc211.x2005.gco org.isotc211.x2005.gco.impl -
-
Uses of ScaleType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return ScaleType Modifier and Type Method Description static 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) -
Uses of ScaleType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement ScaleType Modifier and Type Class Description classScaleTypeImplAn XML ScaleType(@http://www.opengis.net/gml/3.2). -
Uses of ScaleType in org.isotc211.x2005.gco
Methods in org.isotc211.x2005.gco that return ScaleType Modifier and Type Method Description ScaleTypeScaleDocument. addNewScale()Appends and returns a new empty "Scale" elementScaleTypeScalePropertyType. addNewScale()Appends and returns a new empty "Scale" elementScaleTypeScaleDocument. getScale()Gets the "Scale" elementScaleTypeScalePropertyType. getScale()Gets the "Scale" elementMethods in org.isotc211.x2005.gco with parameters of type ScaleType Modifier and Type Method Description voidScaleDocument. setScale(ScaleType scale)Sets the "Scale" elementvoidScalePropertyType. setScale(ScaleType scale)Sets the "Scale" element -
Uses of ScaleType in org.isotc211.x2005.gco.impl
Methods in org.isotc211.x2005.gco.impl that return ScaleType Modifier and Type Method Description ScaleTypeScaleDocumentImpl. addNewScale()Appends and returns a new empty "Scale" elementScaleTypeScalePropertyTypeImpl. addNewScale()Appends and returns a new empty "Scale" elementScaleTypeScaleDocumentImpl. getScale()Gets the "Scale" elementScaleTypeScalePropertyTypeImpl. getScale()Gets the "Scale" elementMethods in org.isotc211.x2005.gco.impl with parameters of type ScaleType Modifier and Type Method Description voidScaleDocumentImpl. setScale(ScaleType scale)Sets the "Scale" elementvoidScalePropertyTypeImpl. setScale(ScaleType scale)Sets the "Scale" element
-