Uses of Interface
org.isotc211.x2005.gss.GMObjectPropertyType
-
Packages that use GMObjectPropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl org.isotc211.x2005.gss org.isotc211.x2005.gss.impl -
-
Uses of GMObjectPropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return GMObjectPropertyType Modifier and Type Method Description GMObjectPropertyTypeEXBoundingPolygonType. addNewPolygon()Appends and returns a new empty value (as xml) as the last "polygon" elementGMObjectPropertyType[]EXBoundingPolygonType. getPolygonArray()Gets array of all "polygon" elementsGMObjectPropertyTypeEXBoundingPolygonType. getPolygonArray(int i)Gets ith "polygon" elementGMObjectPropertyTypeEXBoundingPolygonType. insertNewPolygon(int i)Inserts and returns a new empty value (as xml) as the ith "polygon" elementMethods in org.isotc211.x2005.gmd with parameters of type GMObjectPropertyType Modifier and Type Method Description voidEXBoundingPolygonType. setPolygonArray(int i, GMObjectPropertyType polygon)Sets ith "polygon" elementvoidEXBoundingPolygonType. setPolygonArray(GMObjectPropertyType[] polygonArray)Sets array of all "polygon" element -
Uses of GMObjectPropertyType in org.isotc211.x2005.gmd.impl
Methods in org.isotc211.x2005.gmd.impl that return GMObjectPropertyType Modifier and Type Method Description GMObjectPropertyTypeEXBoundingPolygonTypeImpl. addNewPolygon()Appends and returns a new empty value (as xml) as the last "polygon" elementGMObjectPropertyType[]EXBoundingPolygonTypeImpl. getPolygonArray()Gets array of all "polygon" elementsGMObjectPropertyTypeEXBoundingPolygonTypeImpl. getPolygonArray(int i)Gets ith "polygon" elementGMObjectPropertyTypeEXBoundingPolygonTypeImpl. insertNewPolygon(int i)Inserts and returns a new empty value (as xml) as the ith "polygon" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type GMObjectPropertyType Modifier and Type Method Description voidEXBoundingPolygonTypeImpl. setPolygonArray(int i, GMObjectPropertyType polygon)Sets ith "polygon" elementvoidEXBoundingPolygonTypeImpl. setPolygonArray(GMObjectPropertyType[] polygonArray)Sets array of all "polygon" element -
Uses of GMObjectPropertyType in org.isotc211.x2005.gss
Methods in org.isotc211.x2005.gss that return GMObjectPropertyType Modifier and Type Method Description static GMObjectPropertyTypeGMObjectPropertyType.Factory. newInstance()static GMObjectPropertyTypeGMObjectPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GMObjectPropertyTypeGMObjectPropertyType.Factory. parse(File file)static GMObjectPropertyTypeGMObjectPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GMObjectPropertyTypeGMObjectPropertyType.Factory. parse(InputStream is)static GMObjectPropertyTypeGMObjectPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GMObjectPropertyTypeGMObjectPropertyType.Factory. parse(Reader r)static GMObjectPropertyTypeGMObjectPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GMObjectPropertyTypeGMObjectPropertyType.Factory. parse(String xmlAsString)static GMObjectPropertyTypeGMObjectPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GMObjectPropertyTypeGMObjectPropertyType.Factory. parse(URL u)static GMObjectPropertyTypeGMObjectPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GMObjectPropertyTypeGMObjectPropertyType.Factory. parse(XMLStreamReader sr)static GMObjectPropertyTypeGMObjectPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GMObjectPropertyTypeGMObjectPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GMObjectPropertyTypeGMObjectPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GMObjectPropertyTypeGMObjectPropertyType.Factory. parse(Node node)static GMObjectPropertyTypeGMObjectPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of GMObjectPropertyType in org.isotc211.x2005.gss.impl
Classes in org.isotc211.x2005.gss.impl that implement GMObjectPropertyType Modifier and Type Class Description classGMObjectPropertyTypeImplAn XML GM_Object_PropertyType(@http://www.isotc211.org/2005/gss).
-