Uses of Interface
net.opengis.gml.x32.BoundingShapeType
-
Packages that use BoundingShapeType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of BoundingShapeType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return BoundingShapeType Modifier and Type Method Description BoundingShapeTypeAbstractFeatureType. addNewBoundedBy()Appends and returns a new empty "boundedBy" elementBoundingShapeTypeBoundedByDocument. addNewBoundedBy()Appends and returns a new empty "boundedBy" elementBoundingShapeTypeBoundedFeatureType. addNewBoundedBy()Appends and returns a new empty "boundedBy" elementBoundingShapeTypeAbstractFeatureType. getBoundedBy()Gets the "boundedBy" elementBoundingShapeTypeBoundedByDocument. getBoundedBy()Gets the "boundedBy" elementBoundingShapeTypeBoundedFeatureType. getBoundedBy()Gets the "boundedBy" elementstatic BoundingShapeTypeBoundingShapeType.Factory. newInstance()static BoundingShapeTypeBoundingShapeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BoundingShapeTypeBoundingShapeType.Factory. parse(File file)static BoundingShapeTypeBoundingShapeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BoundingShapeTypeBoundingShapeType.Factory. parse(InputStream is)static BoundingShapeTypeBoundingShapeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BoundingShapeTypeBoundingShapeType.Factory. parse(Reader r)static BoundingShapeTypeBoundingShapeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BoundingShapeTypeBoundingShapeType.Factory. parse(String xmlAsString)static BoundingShapeTypeBoundingShapeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BoundingShapeTypeBoundingShapeType.Factory. parse(URL u)static BoundingShapeTypeBoundingShapeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static BoundingShapeTypeBoundingShapeType.Factory. parse(XMLStreamReader sr)static BoundingShapeTypeBoundingShapeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static BoundingShapeTypeBoundingShapeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BoundingShapeTypeBoundingShapeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BoundingShapeTypeBoundingShapeType.Factory. parse(Node node)static BoundingShapeTypeBoundingShapeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type BoundingShapeType Modifier and Type Method Description voidAbstractFeatureType. setBoundedBy(BoundingShapeType boundedBy)Sets the "boundedBy" elementvoidBoundedByDocument. setBoundedBy(BoundingShapeType boundedBy)Sets the "boundedBy" elementvoidBoundedFeatureType. setBoundedBy(BoundingShapeType boundedBy)Sets the "boundedBy" element -
Uses of BoundingShapeType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement BoundingShapeType Modifier and Type Class Description classBoundingShapeTypeImplAn XML BoundingShapeType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return BoundingShapeType Modifier and Type Method Description BoundingShapeTypeAbstractFeatureTypeImpl. addNewBoundedBy()Appends and returns a new empty "boundedBy" elementBoundingShapeTypeBoundedByDocumentImpl. addNewBoundedBy()Appends and returns a new empty "boundedBy" elementBoundingShapeTypeBoundedFeatureTypeImpl. addNewBoundedBy()Appends and returns a new empty "boundedBy" elementBoundingShapeTypeAbstractFeatureTypeImpl. getBoundedBy()Gets the "boundedBy" elementBoundingShapeTypeBoundedByDocumentImpl. getBoundedBy()Gets the "boundedBy" elementBoundingShapeTypeBoundedFeatureTypeImpl. getBoundedBy()Gets the "boundedBy" elementMethods in net.opengis.gml.x32.impl with parameters of type BoundingShapeType Modifier and Type Method Description voidAbstractFeatureTypeImpl. setBoundedBy(BoundingShapeType boundedBy)Sets the "boundedBy" elementvoidBoundedByDocumentImpl. setBoundedBy(BoundingShapeType boundedBy)Sets the "boundedBy" elementvoidBoundedFeatureTypeImpl. setBoundedBy(BoundingShapeType boundedBy)Sets the "boundedBy" element
-