Uses of Interface
net.opengis.gml.x32.CountDocument.Count
-
Packages that use CountDocument.Count Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of CountDocument.Count in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return CountDocument.Count Modifier and Type Method Description CountDocument.CountCountDocument. addNewCount()Appends and returns a new empty "Count" elementCountDocument.CountCountPropertyType. addNewCount()Appends and returns a new empty "Count" elementCountDocument.CountCountDocument. getCount()Gets the "Count" elementCountDocument.CountCountPropertyType. getCount()Gets the "Count" elementstatic CountDocument.CountCountDocument.Count.Factory. newInstance()static CountDocument.CountCountDocument.Count.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type CountDocument.Count Modifier and Type Method Description voidCountDocument. setCount(CountDocument.Count count)Sets the "Count" elementvoidCountPropertyType. setCount(CountDocument.Count count)Sets the "Count" element -
Uses of CountDocument.Count in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement CountDocument.Count Modifier and Type Class Description static classCountDocumentImpl.CountImplAn XML Count(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return CountDocument.Count Modifier and Type Method Description CountDocument.CountCountDocumentImpl. addNewCount()Appends and returns a new empty "Count" elementCountDocument.CountCountPropertyTypeImpl. addNewCount()Appends and returns a new empty "Count" elementCountDocument.CountCountDocumentImpl. getCount()Gets the "Count" elementCountDocument.CountCountPropertyTypeImpl. getCount()Gets the "Count" elementMethods in net.opengis.gml.x32.impl with parameters of type CountDocument.Count Modifier and Type Method Description voidCountDocumentImpl. setCount(CountDocument.Count count)Sets the "Count" elementvoidCountPropertyTypeImpl. setCount(CountDocument.Count count)Sets the "Count" element
-