Uses of Interface
org.isotc211.x2005.gco.AnglePropertyType
-
Packages that use AnglePropertyType Package Description org.isotc211.x2005.gco org.isotc211.x2005.gco.impl -
-
Uses of AnglePropertyType in org.isotc211.x2005.gco
Methods in org.isotc211.x2005.gco that return AnglePropertyType Modifier and Type Method Description static AnglePropertyTypeAnglePropertyType.Factory. newInstance()static AnglePropertyTypeAnglePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AnglePropertyTypeAnglePropertyType.Factory. parse(File file)static AnglePropertyTypeAnglePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AnglePropertyTypeAnglePropertyType.Factory. parse(InputStream is)static AnglePropertyTypeAnglePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AnglePropertyTypeAnglePropertyType.Factory. parse(Reader r)static AnglePropertyTypeAnglePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AnglePropertyTypeAnglePropertyType.Factory. parse(String xmlAsString)static AnglePropertyTypeAnglePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AnglePropertyTypeAnglePropertyType.Factory. parse(URL u)static AnglePropertyTypeAnglePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AnglePropertyTypeAnglePropertyType.Factory. parse(XMLStreamReader sr)static AnglePropertyTypeAnglePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AnglePropertyTypeAnglePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AnglePropertyTypeAnglePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AnglePropertyTypeAnglePropertyType.Factory. parse(Node node)static AnglePropertyTypeAnglePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of AnglePropertyType in org.isotc211.x2005.gco.impl
Classes in org.isotc211.x2005.gco.impl that implement AnglePropertyType Modifier and Type Class Description classAnglePropertyTypeImplAn XML Angle_PropertyType(@http://www.isotc211.org/2005/gco).
-