Uses of Interface
net.opengis.ogc.BinarySpatialOpType
-
Packages that use BinarySpatialOpType Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of BinarySpatialOpType in net.opengis.ogc
Methods in net.opengis.ogc that return BinarySpatialOpType Modifier and Type Method Description BinarySpatialOpTypeContainsDocument. addNewContains()Appends and returns a new empty "Contains" elementBinarySpatialOpTypeCrossesDocument. addNewCrosses()Appends and returns a new empty "Crosses" elementBinarySpatialOpTypeDisjointDocument. addNewDisjoint()Appends and returns a new empty "Disjoint" elementBinarySpatialOpTypeEqualsDocument. addNewEquals()Appends and returns a new empty "Equals" elementBinarySpatialOpTypeIntersectsDocument. addNewIntersects()Appends and returns a new empty "Intersects" elementBinarySpatialOpTypeOverlapsDocument. addNewOverlaps()Appends and returns a new empty "Overlaps" elementBinarySpatialOpTypeTouchesDocument. addNewTouches()Appends and returns a new empty "Touches" elementBinarySpatialOpTypeWithinDocument. addNewWithin()Appends and returns a new empty "Within" elementBinarySpatialOpTypeContainsDocument. getContains()Gets the "Contains" elementBinarySpatialOpTypeCrossesDocument. getCrosses()Gets the "Crosses" elementBinarySpatialOpTypeDisjointDocument. getDisjoint()Gets the "Disjoint" elementBinarySpatialOpTypeEqualsDocument. getEquals()Gets the "Equals" elementBinarySpatialOpTypeIntersectsDocument. getIntersects()Gets the "Intersects" elementBinarySpatialOpTypeOverlapsDocument. getOverlaps()Gets the "Overlaps" elementBinarySpatialOpTypeTouchesDocument. getTouches()Gets the "Touches" elementBinarySpatialOpTypeWithinDocument. getWithin()Gets the "Within" elementstatic BinarySpatialOpTypeBinarySpatialOpType.Factory. newInstance()static BinarySpatialOpTypeBinarySpatialOpType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BinarySpatialOpTypeBinarySpatialOpType.Factory. parse(File file)static BinarySpatialOpTypeBinarySpatialOpType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BinarySpatialOpTypeBinarySpatialOpType.Factory. parse(InputStream is)static BinarySpatialOpTypeBinarySpatialOpType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BinarySpatialOpTypeBinarySpatialOpType.Factory. parse(Reader r)static BinarySpatialOpTypeBinarySpatialOpType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BinarySpatialOpTypeBinarySpatialOpType.Factory. parse(String xmlAsString)static BinarySpatialOpTypeBinarySpatialOpType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BinarySpatialOpTypeBinarySpatialOpType.Factory. parse(URL u)static BinarySpatialOpTypeBinarySpatialOpType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static BinarySpatialOpTypeBinarySpatialOpType.Factory. parse(XMLStreamReader sr)static BinarySpatialOpTypeBinarySpatialOpType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static BinarySpatialOpTypeBinarySpatialOpType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BinarySpatialOpTypeBinarySpatialOpType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BinarySpatialOpTypeBinarySpatialOpType.Factory. parse(Node node)static BinarySpatialOpTypeBinarySpatialOpType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type BinarySpatialOpType Modifier and Type Method Description voidContainsDocument. setContains(BinarySpatialOpType contains)Sets the "Contains" elementvoidCrossesDocument. setCrosses(BinarySpatialOpType crosses)Sets the "Crosses" elementvoidDisjointDocument. setDisjoint(BinarySpatialOpType disjoint)Sets the "Disjoint" elementvoidEqualsDocument. setEquals(BinarySpatialOpType equals)Sets the "Equals" elementvoidIntersectsDocument. setIntersects(BinarySpatialOpType intersects)Sets the "Intersects" elementvoidOverlapsDocument. setOverlaps(BinarySpatialOpType overlaps)Sets the "Overlaps" elementvoidTouchesDocument. setTouches(BinarySpatialOpType touches)Sets the "Touches" elementvoidWithinDocument. setWithin(BinarySpatialOpType within)Sets the "Within" element -
Uses of BinarySpatialOpType in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement BinarySpatialOpType Modifier and Type Class Description classBinarySpatialOpTypeImplAn XML BinarySpatialOpType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return BinarySpatialOpType Modifier and Type Method Description BinarySpatialOpTypeContainsDocumentImpl. addNewContains()Appends and returns a new empty "Contains" elementBinarySpatialOpTypeCrossesDocumentImpl. addNewCrosses()Appends and returns a new empty "Crosses" elementBinarySpatialOpTypeDisjointDocumentImpl. addNewDisjoint()Appends and returns a new empty "Disjoint" elementBinarySpatialOpTypeEqualsDocumentImpl. addNewEquals()Appends and returns a new empty "Equals" elementBinarySpatialOpTypeIntersectsDocumentImpl. addNewIntersects()Appends and returns a new empty "Intersects" elementBinarySpatialOpTypeOverlapsDocumentImpl. addNewOverlaps()Appends and returns a new empty "Overlaps" elementBinarySpatialOpTypeTouchesDocumentImpl. addNewTouches()Appends and returns a new empty "Touches" elementBinarySpatialOpTypeWithinDocumentImpl. addNewWithin()Appends and returns a new empty "Within" elementBinarySpatialOpTypeContainsDocumentImpl. getContains()Gets the "Contains" elementBinarySpatialOpTypeCrossesDocumentImpl. getCrosses()Gets the "Crosses" elementBinarySpatialOpTypeDisjointDocumentImpl. getDisjoint()Gets the "Disjoint" elementBinarySpatialOpTypeEqualsDocumentImpl. getEquals()Gets the "Equals" elementBinarySpatialOpTypeIntersectsDocumentImpl. getIntersects()Gets the "Intersects" elementBinarySpatialOpTypeOverlapsDocumentImpl. getOverlaps()Gets the "Overlaps" elementBinarySpatialOpTypeTouchesDocumentImpl. getTouches()Gets the "Touches" elementBinarySpatialOpTypeWithinDocumentImpl. getWithin()Gets the "Within" elementMethods in net.opengis.ogc.impl with parameters of type BinarySpatialOpType Modifier and Type Method Description voidContainsDocumentImpl. setContains(BinarySpatialOpType contains)Sets the "Contains" elementvoidCrossesDocumentImpl. setCrosses(BinarySpatialOpType crosses)Sets the "Crosses" elementvoidDisjointDocumentImpl. setDisjoint(BinarySpatialOpType disjoint)Sets the "Disjoint" elementvoidEqualsDocumentImpl. setEquals(BinarySpatialOpType equals)Sets the "Equals" elementvoidIntersectsDocumentImpl. setIntersects(BinarySpatialOpType intersects)Sets the "Intersects" elementvoidOverlapsDocumentImpl. setOverlaps(BinarySpatialOpType overlaps)Sets the "Overlaps" elementvoidTouchesDocumentImpl. setTouches(BinarySpatialOpType touches)Sets the "Touches" elementvoidWithinDocumentImpl. setWithin(BinarySpatialOpType within)Sets the "Within" element
-