Uses of Class
nl.b3p.csw.jaxb.filter.BinarySpatialOpType
-
Packages that use BinarySpatialOpType Package Description nl.b3p.csw.client nl.b3p.csw.jaxb.filter -
-
Uses of BinarySpatialOpType in nl.b3p.csw.client
Method parameters in nl.b3p.csw.client with type arguments of type BinarySpatialOpType Modifier and Type Method Description static GetRecordsCswRequestCreator. createCswRequest(javax.xml.bind.JAXBElement<BinarySpatialOpType> binarySpatialOp, String propertyName, String wktFilter) -
Uses of BinarySpatialOpType in nl.b3p.csw.jaxb.filter
Methods in nl.b3p.csw.jaxb.filter that return BinarySpatialOpType Modifier and Type Method Description BinarySpatialOpTypeObjectFactory. createBinarySpatialOpType()Create an instance ofBinarySpatialOpTypeMethods in nl.b3p.csw.jaxb.filter with parameters of type BinarySpatialOpType Modifier and Type Method Description ContainsObjectFactory. createContains(BinarySpatialOpType value)Create an instance ofContains}CrossesObjectFactory. createCrosses(BinarySpatialOpType value)Create an instance ofCrosses}DisjointObjectFactory. createDisjoint(BinarySpatialOpType value)Create an instance ofDisjoint}EqualsObjectFactory. createEquals(BinarySpatialOpType value)Create an instance ofEquals}IntersectsObjectFactory. createIntersects(BinarySpatialOpType value)Create an instance ofIntersects}OverlapsObjectFactory. createOverlaps(BinarySpatialOpType value)Create an instance ofOverlaps}TouchesObjectFactory. createTouches(BinarySpatialOpType value)Create an instance ofTouches}WithinObjectFactory. createWithin(BinarySpatialOpType value)Create an instance ofWithin}Constructors in nl.b3p.csw.jaxb.filter with parameters of type BinarySpatialOpType Constructor Description Contains(BinarySpatialOpType value)Crosses(BinarySpatialOpType value)Disjoint(BinarySpatialOpType value)Equals(BinarySpatialOpType value)Intersects(BinarySpatialOpType value)Overlaps(BinarySpatialOpType value)Touches(BinarySpatialOpType value)Within(BinarySpatialOpType value)
-