Uses of Class
nl.b3p.csw.jaxb.ows.BoundingBoxType
-
Packages that use BoundingBoxType Package Description nl.b3p.csw.jaxb.csw nl.b3p.csw.jaxb.ows -
-
Uses of BoundingBoxType in nl.b3p.csw.jaxb.csw
Fields in nl.b3p.csw.jaxb.csw with type parameters of type BoundingBoxType Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>>BriefRecordType. boundingBoxprotected List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>>RecordType. boundingBoxprotected List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>>SummaryRecordType. boundingBoxMethods in nl.b3p.csw.jaxb.csw that return types with arguments of type BoundingBoxType Modifier and Type Method Description List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>>BriefRecordType. getBoundingBox()Gets the value of the boundingBox property.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>>RecordType. getBoundingBox()Gets the value of the boundingBox property.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>>SummaryRecordType. getBoundingBox()Gets the value of the boundingBox property. -
Uses of BoundingBoxType in nl.b3p.csw.jaxb.ows
Subclasses of BoundingBoxType in nl.b3p.csw.jaxb.ows Modifier and Type Class Description classWGS84BoundingBoxTypeThis type is adapted from the general BoundingBoxType, with modified contents and documentation for use with the 2D WGS 84 coordinate reference system.Fields in nl.b3p.csw.jaxb.ows with type parameters of type BoundingBoxType Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>>IdentificationType. boundingBoxMethods in nl.b3p.csw.jaxb.ows that return BoundingBoxType Modifier and Type Method Description BoundingBoxTypeObjectFactory. createBoundingBoxType()Create an instance ofBoundingBoxTypeMethods in nl.b3p.csw.jaxb.ows that return types with arguments of type BoundingBoxType Modifier and Type Method Description List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>>IdentificationType. getBoundingBox()Unordered list of zero or more bounding boxes whose union describes the extent of this dataset.Methods in nl.b3p.csw.jaxb.ows with parameters of type BoundingBoxType Modifier and Type Method Description BoundingBoxObjectFactory. createBoundingBox(BoundingBoxType value)Create an instance ofBoundingBox}Constructors in nl.b3p.csw.jaxb.ows with parameters of type BoundingBoxType Constructor Description BoundingBox(BoundingBoxType value)
-