Uses of Class
net.opengis.ols.v_1_2.AreaOfInterestType

Uses of AreaOfInterestType in net.opengis.ols.v_1_2
 

Fields in net.opengis.ols.v_1_2 declared as AreaOfInterestType
protected  AreaOfInterestType WithinBoundaryType.aoi
           
 

Fields in net.opengis.ols.v_1_2 with type parameters of type AreaOfInterestType
protected  List<AreaOfInterestType> AvoidListType.aoi
           
 

Methods in net.opengis.ols.v_1_2 that return AreaOfInterestType
 AreaOfInterestType ObjectFactory.createAreaOfInterestType()
          Create an instance of AreaOfInterestType
 AreaOfInterestType WithinBoundaryType.getAOI()
          Gets the value of the aoi property.
 AreaOfInterestType AreaOfInterestType.withCircleByCenterPoint(CircleByCenterPointType value)
           
 AreaOfInterestType AreaOfInterestType.withEnvelope(JAXBElement<EnvelopeType> value)
           
 AreaOfInterestType AreaOfInterestType.withPolygon(PolygonType value)
           
 

Methods in net.opengis.ols.v_1_2 that return types with arguments of type AreaOfInterestType
 JAXBElement<AreaOfInterestType> ObjectFactory.createAOI(AreaOfInterestType value)
          Create an instance of JAXBElement<AreaOfInterestType>}
 List<AreaOfInterestType> AvoidListType.getAOI()
          List of geographic areas to avoid.Gets the value of the aoi property.
 

Methods in net.opengis.ols.v_1_2 with parameters of type AreaOfInterestType
 JAXBElement<AreaOfInterestType> ObjectFactory.createAOI(AreaOfInterestType value)
          Create an instance of JAXBElement<AreaOfInterestType>}
 void WithinBoundaryType.setAOI(AreaOfInterestType value)
          Sets the value of the aoi property.
 AvoidListType AvoidListType.withAOI(AreaOfInterestType... values)
           
 WithinBoundaryType WithinBoundaryType.withAOI(AreaOfInterestType value)
           
 

Method parameters in net.opengis.ols.v_1_2 with type arguments of type AreaOfInterestType
 void AvoidListType.setAOI(List<AreaOfInterestType> value)
           
 AvoidListType AvoidListType.withAOI(Collection<AreaOfInterestType> values)
           
 AvoidListType AvoidListType.withAOI(List<AreaOfInterestType> value)
           
 



Copyright © 2008-2016. All Rights Reserved.