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

Uses of AbstractLocationType in net.opengis.ols.v_1_2
 

Subclasses of AbstractLocationType in net.opengis.ols.v_1_2
 class AbstractAddressType
          The AddressType is the Address_ADT for OpenLS and it supports the concepts of the OGC Geocoder document 01-026r1 with some modifications which resulted in both simplifications and improved handling capability.
 class AbstractPOIType
          Java class for AbstractPOIType complex type.
 class AbstractPositionType
          Java class for AbstractPositionType complex type.
 class AddressType
          Defines an address
 class PointOfInterestType
          Java class for PointOfInterestType complex type.
 class PositionType
          Java class for PositionType complex type.
 

Fields in net.opengis.ols.v_1_2 with type parameters of type AbstractLocationType
protected  JAXBElement<? extends AbstractLocationType> WithinDistanceType.location
           
protected  JAXBElement<? extends AbstractLocationType> WayPointType.location
           
protected  List<JAXBElement<? extends AbstractLocationType>> NearestType.location
           
protected  List<JAXBElement<? extends AbstractLocationType>> AvoidListType.location
           
 

Methods in net.opengis.ols.v_1_2 that return types with arguments of type AbstractLocationType
 JAXBElement<AbstractLocationType> ObjectFactory.createLocation(AbstractLocationType value)
          Create an instance of JAXBElement<AbstractLocationType>}
 JAXBElement<? extends AbstractLocationType> WithinDistanceType.getLocation()
          Gets the value of the location property.
 JAXBElement<? extends AbstractLocationType> WayPointType.getLocation()
          Gets the value of the location property.
 List<JAXBElement<? extends AbstractLocationType>> NearestType.getLocation()
          Gets the value of the location property.
 List<JAXBElement<? extends AbstractLocationType>> AvoidListType.getLocation()
          List of locations to avoid.Gets the value of the location property.
 

Methods in net.opengis.ols.v_1_2 with parameters of type AbstractLocationType
 JAXBElement<AbstractLocationType> ObjectFactory.createLocation(AbstractLocationType value)
          Create an instance of JAXBElement<AbstractLocationType>}
 

Method parameters in net.opengis.ols.v_1_2 with type arguments of type AbstractLocationType
 void WithinDistanceType.setLocation(JAXBElement<? extends AbstractLocationType> value)
          Sets the value of the location property.
 void WayPointType.setLocation(JAXBElement<? extends AbstractLocationType> value)
          Sets the value of the location property.
 void NearestType.setLocation(List<JAXBElement<? extends AbstractLocationType>> value)
           
 void AvoidListType.setLocation(List<JAXBElement<? extends AbstractLocationType>> value)
           
 NearestType NearestType.withLocation(Collection<JAXBElement<? extends AbstractLocationType>> values)
           
 AvoidListType AvoidListType.withLocation(Collection<JAXBElement<? extends AbstractLocationType>> values)
           
 WithinDistanceType WithinDistanceType.withLocation(JAXBElement<? extends AbstractLocationType> value)
           
 WayPointType WayPointType.withLocation(JAXBElement<? extends AbstractLocationType> value)
           
 NearestType NearestType.withLocation(List<JAXBElement<? extends AbstractLocationType>> value)
           
 AvoidListType AvoidListType.withLocation(List<JAXBElement<? extends AbstractLocationType>> value)
           
 



Copyright © 2008-2016. All Rights Reserved.