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

Uses of LinkType in net.opengis.kml.v_2_3
 

Fields in net.opengis.kml.v_2_3 declared as LinkType
protected  LinkType AbstractOverlayType.icon
           
protected  LinkType ModelType.link
           
 

Methods in net.opengis.kml.v_2_3 that return LinkType
 LinkType ObjectFactory.createLinkType()
          Create an instance of LinkType
 LinkType AbstractOverlayType.getIcon()
          Gets the value of the icon property.
 LinkType ModelType.getLink()
          Gets the value of the link property.
 LinkType LinkType.withAbstractRefreshMode(JAXBElement<?> value)
           
 LinkType LinkType.withAbstractViewRefreshMode(JAXBElement<?> value)
           
 LinkType LinkType.withBasicLinkObjectExtensionGroup(AbstractObjectType... values)
           
 LinkType LinkType.withBasicLinkObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 LinkType LinkType.withBasicLinkObjectExtensionGroup(List<AbstractObjectType> value)
           
 LinkType LinkType.withBasicLinkSimpleExtensionGroup(Collection<Object> values)
           
 LinkType LinkType.withBasicLinkSimpleExtensionGroup(List<Object> value)
           
 LinkType LinkType.withBasicLinkSimpleExtensionGroup(Object... values)
           
 LinkType LinkType.withHref(String value)
           
 LinkType LinkType.withHttpQuery(String value)
           
 LinkType LinkType.withId(String value)
           
 LinkType LinkType.withLinkObjectExtensionGroup(AbstractObjectType... values)
           
 LinkType LinkType.withLinkObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 LinkType LinkType.withLinkObjectExtensionGroup(List<AbstractObjectType> value)
           
 LinkType LinkType.withLinkSimpleExtensionGroup(Collection<Object> values)
           
 LinkType LinkType.withLinkSimpleExtensionGroup(List<Object> value)
           
 LinkType LinkType.withLinkSimpleExtensionGroup(Object... values)
           
 LinkType LinkType.withObjectSimpleExtensionGroup(Collection<Object> values)
           
 LinkType LinkType.withObjectSimpleExtensionGroup(List<Object> value)
           
 LinkType LinkType.withObjectSimpleExtensionGroup(Object... values)
           
 LinkType LinkType.withRefreshInterval(Double value)
           
 LinkType LinkType.withTargetId(String value)
           
 LinkType LinkType.withViewBoundScale(Double value)
           
 LinkType LinkType.withViewFormat(String value)
           
 LinkType LinkType.withViewRefreshTime(Double value)
           
 

Methods in net.opengis.kml.v_2_3 that return types with arguments of type LinkType
 JAXBElement<LinkType> ObjectFactory.createIcon(LinkType value)
          Create an instance of JAXBElement<LinkType>}
 JAXBElement<LinkType> ObjectFactory.createLink(LinkType value)
          Create an instance of JAXBElement<LinkType>}
 JAXBElement<LinkType> ObjectFactory.createUrl(LinkType value)
          Create an instance of JAXBElement<LinkType>}
 

Methods in net.opengis.kml.v_2_3 with parameters of type LinkType
 JAXBElement<LinkType> ObjectFactory.createIcon(LinkType value)
          Create an instance of JAXBElement<LinkType>}
 JAXBElement<LinkType> ObjectFactory.createLink(LinkType value)
          Create an instance of JAXBElement<LinkType>}
 JAXBElement<LinkType> ObjectFactory.createUrl(LinkType value)
          Create an instance of JAXBElement<LinkType>}
 void AbstractOverlayType.setIcon(LinkType value)
          Sets the value of the icon property.
 void ModelType.setLink(LinkType value)
          Sets the value of the link property.
 ScreenOverlayType ScreenOverlayType.withIcon(LinkType value)
           
 PhotoOverlayType PhotoOverlayType.withIcon(LinkType value)
           
 GroundOverlayType GroundOverlayType.withIcon(LinkType value)
           
 AbstractOverlayType AbstractOverlayType.withIcon(LinkType value)
           
 ModelType ModelType.withLink(LinkType value)
           
 



Copyright © 2008-2015. All Rights Reserved.