Uses of Interface
org.isotc211.x2005.gss.GMPointPropertyType
-
Packages that use GMPointPropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl org.isotc211.x2005.gss org.isotc211.x2005.gss.impl -
-
Uses of GMPointPropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return GMPointPropertyType Modifier and Type Method Description GMPointPropertyTypeMDGeorectifiedType. addNewCenterPoint()Appends and returns a new empty "centerPoint" elementGMPointPropertyTypeMDGeorectifiedType. addNewCornerPoints()Appends and returns a new empty value (as xml) as the last "cornerPoints" elementGMPointPropertyTypeMDGeorectifiedType. getCenterPoint()Gets the "centerPoint" elementGMPointPropertyType[]MDGeorectifiedType. getCornerPointsArray()Gets array of all "cornerPoints" elementsGMPointPropertyTypeMDGeorectifiedType. getCornerPointsArray(int i)Gets ith "cornerPoints" elementGMPointPropertyTypeMDGeorectifiedType. insertNewCornerPoints(int i)Inserts and returns a new empty value (as xml) as the ith "cornerPoints" elementMethods in org.isotc211.x2005.gmd with parameters of type GMPointPropertyType Modifier and Type Method Description voidMDGeorectifiedType. setCenterPoint(GMPointPropertyType centerPoint)Sets the "centerPoint" elementvoidMDGeorectifiedType. setCornerPointsArray(int i, GMPointPropertyType cornerPoints)Sets ith "cornerPoints" elementvoidMDGeorectifiedType. setCornerPointsArray(GMPointPropertyType[] cornerPointsArray)Sets array of all "cornerPoints" element -
Uses of GMPointPropertyType in org.isotc211.x2005.gmd.impl
Methods in org.isotc211.x2005.gmd.impl that return GMPointPropertyType Modifier and Type Method Description GMPointPropertyTypeMDGeorectifiedTypeImpl. addNewCenterPoint()Appends and returns a new empty "centerPoint" elementGMPointPropertyTypeMDGeorectifiedTypeImpl. addNewCornerPoints()Appends and returns a new empty value (as xml) as the last "cornerPoints" elementGMPointPropertyTypeMDGeorectifiedTypeImpl. getCenterPoint()Gets the "centerPoint" elementGMPointPropertyType[]MDGeorectifiedTypeImpl. getCornerPointsArray()Gets array of all "cornerPoints" elementsGMPointPropertyTypeMDGeorectifiedTypeImpl. getCornerPointsArray(int i)Gets ith "cornerPoints" elementGMPointPropertyTypeMDGeorectifiedTypeImpl. insertNewCornerPoints(int i)Inserts and returns a new empty value (as xml) as the ith "cornerPoints" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type GMPointPropertyType Modifier and Type Method Description voidMDGeorectifiedTypeImpl. setCenterPoint(GMPointPropertyType centerPoint)Sets the "centerPoint" elementvoidMDGeorectifiedTypeImpl. setCornerPointsArray(int i, GMPointPropertyType cornerPoints)Sets ith "cornerPoints" elementvoidMDGeorectifiedTypeImpl. setCornerPointsArray(GMPointPropertyType[] cornerPointsArray)Sets array of all "cornerPoints" element -
Uses of GMPointPropertyType in org.isotc211.x2005.gss
Methods in org.isotc211.x2005.gss that return GMPointPropertyType Modifier and Type Method Description static GMPointPropertyTypeGMPointPropertyType.Factory. newInstance()static GMPointPropertyTypeGMPointPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GMPointPropertyTypeGMPointPropertyType.Factory. parse(File file)static GMPointPropertyTypeGMPointPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GMPointPropertyTypeGMPointPropertyType.Factory. parse(InputStream is)static GMPointPropertyTypeGMPointPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GMPointPropertyTypeGMPointPropertyType.Factory. parse(Reader r)static GMPointPropertyTypeGMPointPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GMPointPropertyTypeGMPointPropertyType.Factory. parse(String xmlAsString)static GMPointPropertyTypeGMPointPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GMPointPropertyTypeGMPointPropertyType.Factory. parse(URL u)static GMPointPropertyTypeGMPointPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GMPointPropertyTypeGMPointPropertyType.Factory. parse(XMLStreamReader sr)static GMPointPropertyTypeGMPointPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GMPointPropertyTypeGMPointPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GMPointPropertyTypeGMPointPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GMPointPropertyTypeGMPointPropertyType.Factory. parse(Node node)static GMPointPropertyTypeGMPointPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of GMPointPropertyType in org.isotc211.x2005.gss.impl
Classes in org.isotc211.x2005.gss.impl that implement GMPointPropertyType Modifier and Type Class Description classGMPointPropertyTypeImplAn XML GM_Point_PropertyType(@http://www.isotc211.org/2005/gss).
-