|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinarySpatialOpType | |
---|---|
net.opengis.ogc | |
net.opengis.ogc.impl |
Uses of BinarySpatialOpType in net.opengis.ogc |
---|
Methods in net.opengis.ogc that return BinarySpatialOpType | |
---|---|
BinarySpatialOpType |
ContainsDocument.addNewContains()
Appends and returns a new empty "Contains" element |
BinarySpatialOpType |
CrossesDocument.addNewCrosses()
Appends and returns a new empty "Crosses" element |
BinarySpatialOpType |
DisjointDocument.addNewDisjoint()
Appends and returns a new empty "Disjoint" element |
BinarySpatialOpType |
EqualsDocument.addNewEquals()
Appends and returns a new empty "Equals" element |
BinarySpatialOpType |
IntersectsDocument.addNewIntersects()
Appends and returns a new empty "Intersects" element |
BinarySpatialOpType |
OverlapsDocument.addNewOverlaps()
Appends and returns a new empty "Overlaps" element |
BinarySpatialOpType |
TouchesDocument.addNewTouches()
Appends and returns a new empty "Touches" element |
BinarySpatialOpType |
WithinDocument.addNewWithin()
Appends and returns a new empty "Within" element |
BinarySpatialOpType |
ContainsDocument.getContains()
Gets the "Contains" element |
BinarySpatialOpType |
CrossesDocument.getCrosses()
Gets the "Crosses" element |
BinarySpatialOpType |
DisjointDocument.getDisjoint()
Gets the "Disjoint" element |
BinarySpatialOpType |
EqualsDocument.getEquals()
Gets the "Equals" element |
BinarySpatialOpType |
IntersectsDocument.getIntersects()
Gets the "Intersects" element |
BinarySpatialOpType |
OverlapsDocument.getOverlaps()
Gets the "Overlaps" element |
BinarySpatialOpType |
TouchesDocument.getTouches()
Gets the "Touches" element |
BinarySpatialOpType |
WithinDocument.getWithin()
Gets the "Within" element |
static BinarySpatialOpType |
BinarySpatialOpType.Factory.newInstance()
|
static BinarySpatialOpType |
BinarySpatialOpType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static BinarySpatialOpType |
BinarySpatialOpType.Factory.parse(File file)
|
static BinarySpatialOpType |
BinarySpatialOpType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static BinarySpatialOpType |
BinarySpatialOpType.Factory.parse(InputStream is)
|
static BinarySpatialOpType |
BinarySpatialOpType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static BinarySpatialOpType |
BinarySpatialOpType.Factory.parse(Node node)
|
static BinarySpatialOpType |
BinarySpatialOpType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static BinarySpatialOpType |
BinarySpatialOpType.Factory.parse(Reader r)
|
static BinarySpatialOpType |
BinarySpatialOpType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static BinarySpatialOpType |
BinarySpatialOpType.Factory.parse(String xmlAsString)
|
static BinarySpatialOpType |
BinarySpatialOpType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static BinarySpatialOpType |
BinarySpatialOpType.Factory.parse(URL u)
|
static BinarySpatialOpType |
BinarySpatialOpType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static BinarySpatialOpType |
BinarySpatialOpType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static BinarySpatialOpType |
BinarySpatialOpType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static BinarySpatialOpType |
BinarySpatialOpType.Factory.parse(XMLStreamReader sr)
|
static BinarySpatialOpType |
BinarySpatialOpType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.ogc with parameters of type BinarySpatialOpType | |
---|---|
void |
ContainsDocument.setContains(BinarySpatialOpType contains)
Sets the "Contains" element |
void |
CrossesDocument.setCrosses(BinarySpatialOpType crosses)
Sets the "Crosses" element |
void |
DisjointDocument.setDisjoint(BinarySpatialOpType disjoint)
Sets the "Disjoint" element |
void |
EqualsDocument.setEquals(BinarySpatialOpType equals)
Sets the "Equals" element |
void |
IntersectsDocument.setIntersects(BinarySpatialOpType intersects)
Sets the "Intersects" element |
void |
OverlapsDocument.setOverlaps(BinarySpatialOpType overlaps)
Sets the "Overlaps" element |
void |
TouchesDocument.setTouches(BinarySpatialOpType touches)
Sets the "Touches" element |
void |
WithinDocument.setWithin(BinarySpatialOpType within)
Sets the "Within" element |
Uses of BinarySpatialOpType in net.opengis.ogc.impl |
---|
Classes in net.opengis.ogc.impl that implement BinarySpatialOpType | |
---|---|
class |
BinarySpatialOpTypeImpl
An XML BinarySpatialOpType(@http://www.opengis.net/ogc). |
Methods in net.opengis.ogc.impl that return BinarySpatialOpType | |
---|---|
BinarySpatialOpType |
ContainsDocumentImpl.addNewContains()
Appends and returns a new empty "Contains" element |
BinarySpatialOpType |
CrossesDocumentImpl.addNewCrosses()
Appends and returns a new empty "Crosses" element |
BinarySpatialOpType |
DisjointDocumentImpl.addNewDisjoint()
Appends and returns a new empty "Disjoint" element |
BinarySpatialOpType |
EqualsDocumentImpl.addNewEquals()
Appends and returns a new empty "Equals" element |
BinarySpatialOpType |
IntersectsDocumentImpl.addNewIntersects()
Appends and returns a new empty "Intersects" element |
BinarySpatialOpType |
OverlapsDocumentImpl.addNewOverlaps()
Appends and returns a new empty "Overlaps" element |
BinarySpatialOpType |
TouchesDocumentImpl.addNewTouches()
Appends and returns a new empty "Touches" element |
BinarySpatialOpType |
WithinDocumentImpl.addNewWithin()
Appends and returns a new empty "Within" element |
BinarySpatialOpType |
ContainsDocumentImpl.getContains()
Gets the "Contains" element |
BinarySpatialOpType |
CrossesDocumentImpl.getCrosses()
Gets the "Crosses" element |
BinarySpatialOpType |
DisjointDocumentImpl.getDisjoint()
Gets the "Disjoint" element |
BinarySpatialOpType |
EqualsDocumentImpl.getEquals()
Gets the "Equals" element |
BinarySpatialOpType |
IntersectsDocumentImpl.getIntersects()
Gets the "Intersects" element |
BinarySpatialOpType |
OverlapsDocumentImpl.getOverlaps()
Gets the "Overlaps" element |
BinarySpatialOpType |
TouchesDocumentImpl.getTouches()
Gets the "Touches" element |
BinarySpatialOpType |
WithinDocumentImpl.getWithin()
Gets the "Within" element |
Methods in net.opengis.ogc.impl with parameters of type BinarySpatialOpType | |
---|---|
void |
ContainsDocumentImpl.setContains(BinarySpatialOpType contains)
Sets the "Contains" element |
void |
CrossesDocumentImpl.setCrosses(BinarySpatialOpType crosses)
Sets the "Crosses" element |
void |
DisjointDocumentImpl.setDisjoint(BinarySpatialOpType disjoint)
Sets the "Disjoint" element |
void |
EqualsDocumentImpl.setEquals(BinarySpatialOpType equals)
Sets the "Equals" element |
void |
IntersectsDocumentImpl.setIntersects(BinarySpatialOpType intersects)
Sets the "Intersects" element |
void |
OverlapsDocumentImpl.setOverlaps(BinarySpatialOpType overlaps)
Sets the "Overlaps" element |
void |
TouchesDocumentImpl.setTouches(BinarySpatialOpType touches)
Sets the "Touches" element |
void |
WithinDocumentImpl.setWithin(BinarySpatialOpType within)
Sets the "Within" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |