Uses of Class
net.opengis.kml.v_2_3.AbstractExtentType

Uses of AbstractExtentType in net.opengis.kml.v_2_3
 

Subclasses of AbstractExtentType in net.opengis.kml.v_2_3
 class AbstractLatLonBoxType
          In KML 2.3, the allowed value range in decimal degrees used by kml:east and kml:west was extended by a factor of 2 (from ±180 in KML 2.2) to ±360.
 class LatLonAltBoxType
          Java class for LatLonAltBoxType complex type.
 class LatLonBoxType
          Java class for LatLonBoxType complex type.
 class LatLonQuadType
          Java class for LatLonQuadType complex type.
 

Fields in net.opengis.kml.v_2_3 with type parameters of type AbstractExtentType
protected  JAXBElement<? extends AbstractExtentType> RegionType.abstractExtentGroup
           
protected  JAXBElement<? extends AbstractExtentType> GroundOverlayType.abstractExtentGroup
           
 

Methods in net.opengis.kml.v_2_3 that return AbstractExtentType
 AbstractExtentType AbstractExtentType.withAbstractExtentObjectExtensionGroup(AbstractObjectType... values)
           
 AbstractExtentType AbstractExtentType.withAbstractExtentObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 AbstractExtentType AbstractExtentType.withAbstractExtentObjectExtensionGroup(List<AbstractObjectType> value)
           
 AbstractExtentType AbstractExtentType.withAbstractExtentSimpleExtensionGroup(Collection<Object> values)
           
 AbstractExtentType AbstractExtentType.withAbstractExtentSimpleExtensionGroup(List<Object> value)
           
 AbstractExtentType AbstractExtentType.withAbstractExtentSimpleExtensionGroup(Object... values)
           
 AbstractExtentType AbstractExtentType.withId(String value)
           
 AbstractExtentType AbstractExtentType.withObjectSimpleExtensionGroup(Collection<Object> values)
           
 AbstractExtentType AbstractExtentType.withObjectSimpleExtensionGroup(List<Object> value)
           
 AbstractExtentType AbstractExtentType.withObjectSimpleExtensionGroup(Object... values)
           
 AbstractExtentType AbstractExtentType.withTargetId(String value)
           
 

Methods in net.opengis.kml.v_2_3 that return types with arguments of type AbstractExtentType
 JAXBElement<AbstractExtentType> ObjectFactory.createAbstractExtentGroup(AbstractExtentType value)
          Create an instance of JAXBElement<AbstractExtentType>}
 JAXBElement<? extends AbstractExtentType> RegionType.getAbstractExtentGroup()
          Gets the value of the abstractExtentGroup property.
 JAXBElement<? extends AbstractExtentType> GroundOverlayType.getAbstractExtentGroup()
          Gets the value of the abstractExtentGroup property.
 

Methods in net.opengis.kml.v_2_3 with parameters of type AbstractExtentType
 JAXBElement<AbstractExtentType> ObjectFactory.createAbstractExtentGroup(AbstractExtentType value)
          Create an instance of JAXBElement<AbstractExtentType>}
 

Method parameters in net.opengis.kml.v_2_3 with type arguments of type AbstractExtentType
 void RegionType.setAbstractExtentGroup(JAXBElement<? extends AbstractExtentType> value)
          Sets the value of the abstractExtentGroup property.
 void GroundOverlayType.setAbstractExtentGroup(JAXBElement<? extends AbstractExtentType> value)
          Sets the value of the abstractExtentGroup property.
 RegionType RegionType.withAbstractExtentGroup(JAXBElement<? extends AbstractExtentType> value)
           
 GroundOverlayType GroundOverlayType.withAbstractExtentGroup(JAXBElement<? extends AbstractExtentType> value)
           
 



Copyright © 2008-2016. All Rights Reserved.