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

Uses of PointType in net.opengis.kml.v_2_3
 

Fields in net.opengis.kml.v_2_3 declared as PointType
protected  PointType PhotoOverlayType.point
           
 

Methods in net.opengis.kml.v_2_3 that return PointType
 PointType ObjectFactory.createPointType()
          Create an instance of PointType
 PointType PhotoOverlayType.getPoint()
          Gets the value of the point property.
 PointType PointType.withAbstractGeometryObjectExtensionGroup(AbstractObjectType... values)
           
 PointType PointType.withAbstractGeometryObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 PointType PointType.withAbstractGeometryObjectExtensionGroup(List<AbstractObjectType> value)
           
 PointType PointType.withAbstractGeometrySimpleExtensionGroup(Collection<Object> values)
           
 PointType PointType.withAbstractGeometrySimpleExtensionGroup(List<Object> value)
           
 PointType PointType.withAbstractGeometrySimpleExtensionGroup(Object... values)
           
 PointType PointType.withAltitudeMode(AltitudeModeEnumType value)
           
 PointType PointType.withAltitudeModeObjectExtensionGroup(AbstractObjectType... values)
           
 PointType PointType.withAltitudeModeObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 PointType PointType.withAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)
           
 PointType PointType.withAltitudeModeSimpleExtensionGroup(Collection<Object> values)
           
 PointType PointType.withAltitudeModeSimpleExtensionGroup(List<Object> value)
           
 PointType PointType.withAltitudeModeSimpleExtensionGroup(Object... values)
           
 PointType PointType.withCoordinates(Collection<String> values)
           
 PointType PointType.withCoordinates(List<String> value)
           
 PointType PointType.withCoordinates(String... values)
           
 PointType PointType.withExtrude(Boolean value)
           
 PointType PointType.withId(String value)
           
 PointType PointType.withObjectSimpleExtensionGroup(Collection<Object> values)
           
 PointType PointType.withObjectSimpleExtensionGroup(List<Object> value)
           
 PointType PointType.withObjectSimpleExtensionGroup(Object... values)
           
 PointType PointType.withPointObjectExtensionGroup(AbstractObjectType... values)
           
 PointType PointType.withPointObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 PointType PointType.withPointObjectExtensionGroup(List<AbstractObjectType> value)
           
 PointType PointType.withPointSimpleExtensionGroup(Collection<Object> values)
           
 PointType PointType.withPointSimpleExtensionGroup(List<Object> value)
           
 PointType PointType.withPointSimpleExtensionGroup(Object... values)
           
 PointType PointType.withSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
           
 PointType PointType.withTargetId(String value)
           
 

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

Methods in net.opengis.kml.v_2_3 with parameters of type PointType
 JAXBElement<PointType> ObjectFactory.createPoint(PointType value)
          Create an instance of JAXBElement<PointType>}
 void PhotoOverlayType.setPoint(PointType value)
          Sets the value of the point property.
 PhotoOverlayType PhotoOverlayType.withPoint(PointType value)
           
 



Copyright © 2008-2015. All Rights Reserved.