Uses of Interface
net.opengis.ows10.BoundingBoxType
-
Packages that use BoundingBoxType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation -
-
Uses of BoundingBoxType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return types with arguments of type BoundingBoxType Modifier and Type Method Description EList<BoundingBoxType>BriefRecordType. getBoundingBox()Returns the value of the 'Bounding Box' containment reference list.EList<BoundingBoxType>RecordType. getBoundingBox()Returns the value of the 'Bounding Box' containment reference list.EList<BoundingBoxType>SummaryRecordType. getBoundingBox()Returns the value of the 'Bounding Box' containment reference list. -
Uses of BoundingBoxType in net.opengis.cat.csw20.impl
Fields in net.opengis.cat.csw20.impl with type parameters of type BoundingBoxType Modifier and Type Field Description protected EList<BoundingBoxType>BriefRecordTypeImpl. boundingBoxThe cached value of the 'BoundingBox' containment reference list.protected EList<BoundingBoxType>RecordTypeImpl. boundingBoxThe cached value of the 'BoundingBox' containment reference list.protected EList<BoundingBoxType>SummaryRecordTypeImpl. boundingBoxThe cached value of the 'BoundingBox' containment reference list.Methods in net.opengis.cat.csw20.impl that return types with arguments of type BoundingBoxType Modifier and Type Method Description EList<BoundingBoxType>BriefRecordTypeImpl. getBoundingBox()EList<BoundingBoxType>RecordTypeImpl. getBoundingBox()EList<BoundingBoxType>SummaryRecordTypeImpl. getBoundingBox() -
Uses of BoundingBoxType in net.opengis.ows10
Subinterfaces of BoundingBoxType in net.opengis.ows10 Modifier and Type Interface Description interfaceWGS84BoundingBoxTypeA representation of the model object 'WGS84 Bounding Box Type'.Methods in net.opengis.ows10 that return BoundingBoxType Modifier and Type Method Description BoundingBoxTypeOws10Factory. createBoundingBoxType()Returns a new object of class 'Bounding Box Type'.BoundingBoxTypeDocumentRoot. getBoundingBox()Returns the value of the 'Bounding Box' containment reference.Methods in net.opengis.ows10 that return types with arguments of type BoundingBoxType Modifier and Type Method Description EList<BoundingBoxType>IdentificationType. getBoundingBox()Returns the value of the 'Bounding Box' containment reference list.Methods in net.opengis.ows10 with parameters of type BoundingBoxType Modifier and Type Method Description voidDocumentRoot. setBoundingBox(BoundingBoxType value)Sets the value of the 'Bounding Box' containment reference. -
Uses of BoundingBoxType in net.opengis.ows10.impl
Classes in net.opengis.ows10.impl that implement BoundingBoxType Modifier and Type Class Description classBoundingBoxTypeImplAn implementation of the model object 'Bounding Box Type'.classWGS84BoundingBoxTypeImplAn implementation of the model object 'WGS84 Bounding Box Type'.Methods in net.opengis.ows10.impl that return BoundingBoxType Modifier and Type Method Description BoundingBoxTypeOws10FactoryImpl. createBoundingBoxType()BoundingBoxTypeDocumentRootImpl. getBoundingBox()Methods in net.opengis.ows10.impl that return types with arguments of type BoundingBoxType Modifier and Type Method Description EList<BoundingBoxType>IdentificationTypeImpl. getBoundingBox()Methods in net.opengis.ows10.impl with parameters of type BoundingBoxType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetBoundingBox(BoundingBoxType newBoundingBox, NotificationChain msgs)voidDocumentRootImpl. setBoundingBox(BoundingBoxType newBoundingBox) -
Uses of BoundingBoxType in net.opengis.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type BoundingBoxType Modifier and Type Method Description booleanDocumentRootValidator. validateBoundingBox(BoundingBoxType value)
-