Uses of Interface
org.isotc211.x2005.gco.DistancePropertyType
-
Packages that use DistancePropertyType Package Description org.isotc211.x2005.gco org.isotc211.x2005.gco.impl org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of DistancePropertyType in org.isotc211.x2005.gco
Methods in org.isotc211.x2005.gco that return DistancePropertyType Modifier and Type Method Description static DistancePropertyTypeDistancePropertyType.Factory. newInstance()static DistancePropertyTypeDistancePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DistancePropertyTypeDistancePropertyType.Factory. parse(File file)static DistancePropertyTypeDistancePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DistancePropertyTypeDistancePropertyType.Factory. parse(InputStream is)static DistancePropertyTypeDistancePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DistancePropertyTypeDistancePropertyType.Factory. parse(Reader r)static DistancePropertyTypeDistancePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DistancePropertyTypeDistancePropertyType.Factory. parse(String xmlAsString)static DistancePropertyTypeDistancePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DistancePropertyTypeDistancePropertyType.Factory. parse(URL u)static DistancePropertyTypeDistancePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DistancePropertyTypeDistancePropertyType.Factory. parse(XMLStreamReader sr)static DistancePropertyTypeDistancePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DistancePropertyTypeDistancePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DistancePropertyTypeDistancePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DistancePropertyTypeDistancePropertyType.Factory. parse(Node node)static DistancePropertyTypeDistancePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of DistancePropertyType in org.isotc211.x2005.gco.impl
Classes in org.isotc211.x2005.gco.impl that implement DistancePropertyType Modifier and Type Class Description classDistancePropertyTypeImplAn XML Distance_PropertyType(@http://www.isotc211.org/2005/gco). -
Uses of DistancePropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return DistancePropertyType Modifier and Type Method Description DistancePropertyTypeMDResolutionType. addNewDistance()Appends and returns a new empty "distance" elementDistancePropertyTypeMDResolutionType. getDistance()Gets the "distance" elementMethods in org.isotc211.x2005.gmd with parameters of type DistancePropertyType Modifier and Type Method Description voidMDResolutionType. setDistance(DistancePropertyType distance)Sets the "distance" element -
Uses of DistancePropertyType in org.isotc211.x2005.gmd.impl
Methods in org.isotc211.x2005.gmd.impl that return DistancePropertyType Modifier and Type Method Description DistancePropertyTypeMDResolutionTypeImpl. addNewDistance()Appends and returns a new empty "distance" elementDistancePropertyTypeMDResolutionTypeImpl. getDistance()Gets the "distance" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type DistancePropertyType Modifier and Type Method Description voidMDResolutionTypeImpl. setDistance(DistancePropertyType distance)Sets the "distance" element
-