Uses of Class
nl.b3p.csw.jaxb.gml.Envelope
-
Packages that use Envelope Package Description nl.b3p.csw.jaxb.filter nl.b3p.csw.jaxb.gml -
-
Uses of Envelope in nl.b3p.csw.jaxb.filter
Fields in nl.b3p.csw.jaxb.filter declared as Envelope Modifier and Type Field Description protected EnvelopeBBOXType. envelopeprotected EnvelopeBinarySpatialOpType. envelopeMethods in nl.b3p.csw.jaxb.filter that return Envelope Modifier and Type Method Description EnvelopeBBOXType. getEnvelope()Gets the value of the envelope property.EnvelopeBinarySpatialOpType. getEnvelope()Gets the value of the envelope property.Methods in nl.b3p.csw.jaxb.filter with parameters of type Envelope Modifier and Type Method Description voidBBOXType. setEnvelope(Envelope value)Sets the value of the envelope property.voidBinarySpatialOpType. setEnvelope(Envelope value)Sets the value of the envelope property.Constructors in nl.b3p.csw.jaxb.filter with parameters of type Envelope Constructor Description BBOXType(PropertyName propertyName, Envelope envelope)Fully-initialising value constructorBinarySpatialOpType(PropertyName propertyName, javax.xml.bind.JAXBElement<? extends AbstractGeometryType> geometry, Envelope envelope)Fully-initialising value constructor -
Uses of Envelope in nl.b3p.csw.jaxb.gml
Methods in nl.b3p.csw.jaxb.gml that return Envelope Modifier and Type Method Description EnvelopeObjectFactory. createEnvelope(EnvelopeType value)Create an instance ofEnvelope}
-