Uses of Class
nl.b3p.csw.jaxb.filter.SpatialOpsType
-
Packages that use SpatialOpsType Package Description nl.b3p.csw.jaxb.filter -
-
Uses of SpatialOpsType in nl.b3p.csw.jaxb.filter
Subclasses of SpatialOpsType in nl.b3p.csw.jaxb.filter Modifier and Type Class Description classBBOXTypeJava class for BBOXType complex type.classBinarySpatialOpTypeJava class for BinarySpatialOpType complex type.classDistanceBufferTypeJava class for DistanceBufferType complex type.Fields in nl.b3p.csw.jaxb.filter with type parameters of type SpatialOpsType Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends SpatialOpsType>FilterType. spatialOpsprotected javax.xml.bind.JAXBElement<? extends SpatialOpsType>UnaryLogicOpType. spatialOpsMethods in nl.b3p.csw.jaxb.filter that return types with arguments of type SpatialOpsType Modifier and Type Method Description javax.xml.bind.JAXBElement<? extends SpatialOpsType>FilterType. getSpatialOps()Gets the value of the spatialOps property.javax.xml.bind.JAXBElement<? extends SpatialOpsType>UnaryLogicOpType. getSpatialOps()Gets the value of the spatialOps property.Methods in nl.b3p.csw.jaxb.filter with parameters of type SpatialOpsType Modifier and Type Method Description SpatialOpsObjectFactory. createSpatialOps(SpatialOpsType value)Create an instance ofSpatialOps}Method parameters in nl.b3p.csw.jaxb.filter with type arguments of type SpatialOpsType Modifier and Type Method Description voidFilterType. setSpatialOps(javax.xml.bind.JAXBElement<? extends SpatialOpsType> value)Sets the value of the spatialOps property.voidUnaryLogicOpType. setSpatialOps(javax.xml.bind.JAXBElement<? extends SpatialOpsType> value)Sets the value of the spatialOps property.Constructors in nl.b3p.csw.jaxb.filter with parameters of type SpatialOpsType Constructor Description SpatialOps(SpatialOpsType value)Constructor parameters in nl.b3p.csw.jaxb.filter with type arguments of type SpatialOpsType Constructor Description FilterType(javax.xml.bind.JAXBElement<? extends SpatialOpsType> spatialOps, javax.xml.bind.JAXBElement<? extends ComparisonOpsType> comparisonOps, javax.xml.bind.JAXBElement<? extends LogicOpsType> logicOps, List<javax.xml.bind.JAXBElement<? extends AbstractIdType>> abstractId)Fully-initialising value constructor
-