Uses of Interface
org.isotc211.x2005.gco.DecimalPropertyType
-
Packages that use DecimalPropertyType Package Description org.isotc211.x2005.gco org.isotc211.x2005.gco.impl org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of DecimalPropertyType in org.isotc211.x2005.gco
Methods in org.isotc211.x2005.gco that return DecimalPropertyType Modifier and Type Method Description static DecimalPropertyTypeDecimalPropertyType.Factory. newInstance()static DecimalPropertyTypeDecimalPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DecimalPropertyTypeDecimalPropertyType.Factory. parse(File file)static DecimalPropertyTypeDecimalPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DecimalPropertyTypeDecimalPropertyType.Factory. parse(InputStream is)static DecimalPropertyTypeDecimalPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DecimalPropertyTypeDecimalPropertyType.Factory. parse(Reader r)static DecimalPropertyTypeDecimalPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DecimalPropertyTypeDecimalPropertyType.Factory. parse(String xmlAsString)static DecimalPropertyTypeDecimalPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DecimalPropertyTypeDecimalPropertyType.Factory. parse(URL u)static DecimalPropertyTypeDecimalPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DecimalPropertyTypeDecimalPropertyType.Factory. parse(XMLStreamReader sr)static DecimalPropertyTypeDecimalPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DecimalPropertyTypeDecimalPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DecimalPropertyTypeDecimalPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DecimalPropertyTypeDecimalPropertyType.Factory. parse(Node node)static DecimalPropertyTypeDecimalPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of DecimalPropertyType in org.isotc211.x2005.gco.impl
Classes in org.isotc211.x2005.gco.impl that implement DecimalPropertyType Modifier and Type Class Description classDecimalPropertyTypeImplAn XML Decimal_PropertyType(@http://www.isotc211.org/2005/gco). -
Uses of DecimalPropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return DecimalPropertyType Modifier and Type Method Description DecimalPropertyTypeEXGeographicBoundingBoxType. addNewEastBoundLongitude()Appends and returns a new empty "eastBoundLongitude" elementDecimalPropertyTypeEXGeographicBoundingBoxType. addNewNorthBoundLatitude()Appends and returns a new empty "northBoundLatitude" elementDecimalPropertyTypeEXGeographicBoundingBoxType. addNewSouthBoundLatitude()Appends and returns a new empty "southBoundLatitude" elementDecimalPropertyTypeEXGeographicBoundingBoxType. addNewWestBoundLongitude()Appends and returns a new empty "westBoundLongitude" elementDecimalPropertyTypeEXGeographicBoundingBoxType. getEastBoundLongitude()Gets the "eastBoundLongitude" elementDecimalPropertyTypeEXGeographicBoundingBoxType. getNorthBoundLatitude()Gets the "northBoundLatitude" elementDecimalPropertyTypeEXGeographicBoundingBoxType. getSouthBoundLatitude()Gets the "southBoundLatitude" elementDecimalPropertyTypeEXGeographicBoundingBoxType. getWestBoundLongitude()Gets the "westBoundLongitude" elementMethods in org.isotc211.x2005.gmd with parameters of type DecimalPropertyType Modifier and Type Method Description voidEXGeographicBoundingBoxType. setEastBoundLongitude(DecimalPropertyType eastBoundLongitude)Sets the "eastBoundLongitude" elementvoidEXGeographicBoundingBoxType. setNorthBoundLatitude(DecimalPropertyType northBoundLatitude)Sets the "northBoundLatitude" elementvoidEXGeographicBoundingBoxType. setSouthBoundLatitude(DecimalPropertyType southBoundLatitude)Sets the "southBoundLatitude" elementvoidEXGeographicBoundingBoxType. setWestBoundLongitude(DecimalPropertyType westBoundLongitude)Sets the "westBoundLongitude" element -
Uses of DecimalPropertyType in org.isotc211.x2005.gmd.impl
Methods in org.isotc211.x2005.gmd.impl that return DecimalPropertyType Modifier and Type Method Description DecimalPropertyTypeEXGeographicBoundingBoxTypeImpl. addNewEastBoundLongitude()Appends and returns a new empty "eastBoundLongitude" elementDecimalPropertyTypeEXGeographicBoundingBoxTypeImpl. addNewNorthBoundLatitude()Appends and returns a new empty "northBoundLatitude" elementDecimalPropertyTypeEXGeographicBoundingBoxTypeImpl. addNewSouthBoundLatitude()Appends and returns a new empty "southBoundLatitude" elementDecimalPropertyTypeEXGeographicBoundingBoxTypeImpl. addNewWestBoundLongitude()Appends and returns a new empty "westBoundLongitude" elementDecimalPropertyTypeEXGeographicBoundingBoxTypeImpl. getEastBoundLongitude()Gets the "eastBoundLongitude" elementDecimalPropertyTypeEXGeographicBoundingBoxTypeImpl. getNorthBoundLatitude()Gets the "northBoundLatitude" elementDecimalPropertyTypeEXGeographicBoundingBoxTypeImpl. getSouthBoundLatitude()Gets the "southBoundLatitude" elementDecimalPropertyTypeEXGeographicBoundingBoxTypeImpl. getWestBoundLongitude()Gets the "westBoundLongitude" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type DecimalPropertyType Modifier and Type Method Description voidEXGeographicBoundingBoxTypeImpl. setEastBoundLongitude(DecimalPropertyType eastBoundLongitude)Sets the "eastBoundLongitude" elementvoidEXGeographicBoundingBoxTypeImpl. setNorthBoundLatitude(DecimalPropertyType northBoundLatitude)Sets the "northBoundLatitude" elementvoidEXGeographicBoundingBoxTypeImpl. setSouthBoundLatitude(DecimalPropertyType southBoundLatitude)Sets the "southBoundLatitude" elementvoidEXGeographicBoundingBoxTypeImpl. setWestBoundLongitude(DecimalPropertyType westBoundLongitude)Sets the "westBoundLongitude" element
-