Uses of Interface
org.isotc211.x2005.gmd.EXGeographicExtentPropertyType
-
Packages that use EXGeographicExtentPropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of EXGeographicExtentPropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return EXGeographicExtentPropertyType Modifier and Type Method Description EXGeographicExtentPropertyTypeEXExtentType. addNewGeographicElement()Appends and returns a new empty value (as xml) as the last "geographicElement" elementEXGeographicExtentPropertyTypeEXSpatialTemporalExtentType. addNewSpatialExtent()Appends and returns a new empty value (as xml) as the last "spatialExtent" elementEXGeographicExtentPropertyType[]EXExtentType. getGeographicElementArray()Gets array of all "geographicElement" elementsEXGeographicExtentPropertyTypeEXExtentType. getGeographicElementArray(int i)Gets ith "geographicElement" elementEXGeographicExtentPropertyType[]EXSpatialTemporalExtentType. getSpatialExtentArray()Gets array of all "spatialExtent" elementsEXGeographicExtentPropertyTypeEXSpatialTemporalExtentType. getSpatialExtentArray(int i)Gets ith "spatialExtent" elementEXGeographicExtentPropertyTypeEXExtentType. insertNewGeographicElement(int i)Inserts and returns a new empty value (as xml) as the ith "geographicElement" elementEXGeographicExtentPropertyTypeEXSpatialTemporalExtentType. insertNewSpatialExtent(int i)Inserts and returns a new empty value (as xml) as the ith "spatialExtent" elementstatic EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType.Factory. newInstance()static EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType.Factory. parse(File file)static EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType.Factory. parse(InputStream is)static EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType.Factory. parse(Reader r)static EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType.Factory. parse(String xmlAsString)static EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType.Factory. parse(URL u)static EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType.Factory. parse(XMLStreamReader sr)static EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType.Factory. parse(Node node)static EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type EXGeographicExtentPropertyType Modifier and Type Method Description voidEXExtentType. setGeographicElementArray(int i, EXGeographicExtentPropertyType geographicElement)Sets ith "geographicElement" elementvoidEXExtentType. setGeographicElementArray(EXGeographicExtentPropertyType[] geographicElementArray)Sets array of all "geographicElement" elementvoidEXSpatialTemporalExtentType. setSpatialExtentArray(int i, EXGeographicExtentPropertyType spatialExtent)Sets ith "spatialExtent" elementvoidEXSpatialTemporalExtentType. setSpatialExtentArray(EXGeographicExtentPropertyType[] spatialExtentArray)Sets array of all "spatialExtent" element -
Uses of EXGeographicExtentPropertyType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement EXGeographicExtentPropertyType Modifier and Type Class Description classEXGeographicExtentPropertyTypeImplAn XML EX_GeographicExtent_PropertyType(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return EXGeographicExtentPropertyType Modifier and Type Method Description EXGeographicExtentPropertyTypeEXExtentTypeImpl. addNewGeographicElement()Appends and returns a new empty value (as xml) as the last "geographicElement" elementEXGeographicExtentPropertyTypeEXSpatialTemporalExtentTypeImpl. addNewSpatialExtent()Appends and returns a new empty value (as xml) as the last "spatialExtent" elementEXGeographicExtentPropertyType[]EXExtentTypeImpl. getGeographicElementArray()Gets array of all "geographicElement" elementsEXGeographicExtentPropertyTypeEXExtentTypeImpl. getGeographicElementArray(int i)Gets ith "geographicElement" elementEXGeographicExtentPropertyType[]EXSpatialTemporalExtentTypeImpl. getSpatialExtentArray()Gets array of all "spatialExtent" elementsEXGeographicExtentPropertyTypeEXSpatialTemporalExtentTypeImpl. getSpatialExtentArray(int i)Gets ith "spatialExtent" elementEXGeographicExtentPropertyTypeEXExtentTypeImpl. insertNewGeographicElement(int i)Inserts and returns a new empty value (as xml) as the ith "geographicElement" elementEXGeographicExtentPropertyTypeEXSpatialTemporalExtentTypeImpl. insertNewSpatialExtent(int i)Inserts and returns a new empty value (as xml) as the ith "spatialExtent" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type EXGeographicExtentPropertyType Modifier and Type Method Description voidEXExtentTypeImpl. setGeographicElementArray(int i, EXGeographicExtentPropertyType geographicElement)Sets ith "geographicElement" elementvoidEXExtentTypeImpl. setGeographicElementArray(EXGeographicExtentPropertyType[] geographicElementArray)Sets array of all "geographicElement" elementvoidEXSpatialTemporalExtentTypeImpl. setSpatialExtentArray(int i, EXGeographicExtentPropertyType spatialExtent)Sets ith "spatialExtent" elementvoidEXSpatialTemporalExtentTypeImpl. setSpatialExtentArray(EXGeographicExtentPropertyType[] spatialExtentArray)Sets array of all "spatialExtent" element
-