Uses of Class
nl.b3p.csw.jaxb.filter.GeometryOperandsType
-
Packages that use GeometryOperandsType Package Description nl.b3p.csw.jaxb.filter -
-
Uses of GeometryOperandsType in nl.b3p.csw.jaxb.filter
Fields in nl.b3p.csw.jaxb.filter declared as GeometryOperandsType Modifier and Type Field Description protected GeometryOperandsTypeSpatialCapabilitiesType. geometryOperandsprotected GeometryOperandsTypeSpatialOperatorType. geometryOperandsMethods in nl.b3p.csw.jaxb.filter that return GeometryOperandsType Modifier and Type Method Description GeometryOperandsTypeObjectFactory. createGeometryOperandsType()Create an instance ofGeometryOperandsTypeGeometryOperandsTypeSpatialCapabilitiesType. getGeometryOperands()Gets the value of the geometryOperands property.GeometryOperandsTypeSpatialOperatorType. getGeometryOperands()Gets the value of the geometryOperands property.Methods in nl.b3p.csw.jaxb.filter with parameters of type GeometryOperandsType Modifier and Type Method Description voidSpatialCapabilitiesType. setGeometryOperands(GeometryOperandsType value)Sets the value of the geometryOperands property.voidSpatialOperatorType. setGeometryOperands(GeometryOperandsType value)Sets the value of the geometryOperands property.Constructors in nl.b3p.csw.jaxb.filter with parameters of type GeometryOperandsType Constructor Description SpatialCapabilitiesType(GeometryOperandsType geometryOperands, SpatialOperatorsType spatialOperators)Fully-initialising value constructorSpatialOperatorType(GeometryOperandsType geometryOperands, SpatialOperatorNameType name)Fully-initialising value constructor
-