Package nl.b3p.csw.jaxb.filter
Class BinarySpatialOpType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.SpatialOpsType
-
- nl.b3p.csw.jaxb.filter.BinarySpatialOpType
-
public class BinarySpatialOpType extends SpatialOpsType
Java class for BinarySpatialOpType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BinarySpatialOpType"> <complexContent> <extension base="{http://www.opengis.net/ogc}SpatialOpsType"> <sequence> <element ref="{http://www.opengis.net/ogc}PropertyName"/> <choice> <element ref="{http://www.opengis.net/gml}_Geometry"/> <element ref="{http://www.opengis.net/gml}Envelope"/> </choice> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Envelopeenvelopeprotected javax.xml.bind.JAXBElement<? extends AbstractGeometryType>geometryprotected PropertyNamepropertyName
-
Constructor Summary
Constructors Constructor Description BinarySpatialOpType()Default no-arg constructorBinarySpatialOpType(PropertyName propertyName, javax.xml.bind.JAXBElement<? extends AbstractGeometryType> geometry, Envelope envelope)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvelopegetEnvelope()Gets the value of the envelope property.javax.xml.bind.JAXBElement<? extends AbstractGeometryType>getGeometry()Gets the value of the geometry property.PropertyNamegetPropertyName()Gets the value of the propertyName property.voidsetEnvelope(Envelope value)Sets the value of the envelope property.voidsetGeometry(javax.xml.bind.JAXBElement<? extends AbstractGeometryType> value)Sets the value of the geometry property.voidsetPropertyName(PropertyName value)Sets the value of the propertyName property.
-
-
-
Field Detail
-
propertyName
protected PropertyName propertyName
-
geometry
protected javax.xml.bind.JAXBElement<? extends AbstractGeometryType> geometry
-
envelope
protected Envelope envelope
-
-
Constructor Detail
-
BinarySpatialOpType
public BinarySpatialOpType()
Default no-arg constructor
-
BinarySpatialOpType
public BinarySpatialOpType(PropertyName propertyName, javax.xml.bind.JAXBElement<? extends AbstractGeometryType> geometry, Envelope envelope)
Fully-initialising value constructor
-
-
Method Detail
-
getPropertyName
public PropertyName getPropertyName()
Gets the value of the propertyName property.- Returns:
- possible object is
PropertyName
-
setPropertyName
public void setPropertyName(PropertyName value)
Sets the value of the propertyName property.- Parameters:
value- allowed object isPropertyName
-
getGeometry
public javax.xml.bind.JAXBElement<? extends AbstractGeometryType> getGeometry()
Gets the value of the geometry property.- Returns:
- possible object is
CurveAbstractGeometrySolidTriangulatedSurfaceOrientableSurfacePolygonGeometricPrimitiveLineStringMultiPointMultiSurfacePointAbstractCurveSurfaceMultiLineStringMultiSolidMultiGeometryAbstractSurfaceLinearRingOrientableCurvePolyhedralSurfaceTinAbstractRingMultiCurveAbstractSolidRingMultiPolygonGeometricAggregate
-
setGeometry
public void setGeometry(javax.xml.bind.JAXBElement<? extends AbstractGeometryType> value)
Sets the value of the geometry property.- Parameters:
value- allowed object isCurveAbstractGeometrySolidTriangulatedSurfaceOrientableSurfacePolygonGeometricPrimitiveLineStringMultiPointMultiSurfacePointAbstractCurveSurfaceMultiLineStringMultiSolidMultiGeometryAbstractSurfaceLinearRingOrientableCurvePolyhedralSurfaceTinAbstractRingMultiCurveAbstractSolidRingMultiPolygonGeometricAggregate
-
getEnvelope
public Envelope getEnvelope()
Gets the value of the envelope property.- Returns:
- possible object is
Envelope
-
-