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

Uses of MapType in net.opengis.ols.v_1_2
 

Subclasses of MapType in net.opengis.ols.v_1_2
 class RouteMapType
          Defines a route map.
 

Fields in net.opengis.ols.v_1_2 declared as MapType
protected  MapType OverlayType.map
           
 

Fields in net.opengis.ols.v_1_2 with type parameters of type MapType
protected  List<MapType> PortrayMapResponseType.map
           
 

Methods in net.opengis.ols.v_1_2 that return MapType
 MapType ObjectFactory.createMapType()
          Create an instance of MapType
 MapType OverlayType.getMap()
          Gets the value of the map property.
 MapType MapType.withBBoxContext(EnvelopeType value)
           
 MapType MapType.withCenterContext(CenterContextType value)
           
 MapType MapType.withContent(ContentType value)
           
 

Methods in net.opengis.ols.v_1_2 that return types with arguments of type MapType
 JAXBElement<MapType> ObjectFactory.createMap(MapType value)
          Create an instance of JAXBElement<MapType>}
 List<MapType> PortrayMapResponseType.getMap()
          Gets the value of the map property.
 

Methods in net.opengis.ols.v_1_2 with parameters of type MapType
 JAXBElement<MapType> ObjectFactory.createMap(MapType value)
          Create an instance of JAXBElement<MapType>}
 void OverlayType.setMap(MapType value)
          Sets the value of the map property.
 PortrayMapResponseType PortrayMapResponseType.withMap(MapType... values)
           
 OverlayType OverlayType.withMap(MapType value)
           
 

Method parameters in net.opengis.ols.v_1_2 with type arguments of type MapType
 void PortrayMapResponseType.setMap(List<MapType> value)
           
 PortrayMapResponseType PortrayMapResponseType.withMap(Collection<MapType> values)
           
 PortrayMapResponseType PortrayMapResponseType.withMap(List<MapType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.