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

Uses of BoundaryType in net.opengis.kml.v_2_3
 

Fields in net.opengis.kml.v_2_3 declared as BoundaryType
protected  BoundaryType PolygonType.outerBoundaryIs
           
 

Fields in net.opengis.kml.v_2_3 with type parameters of type BoundaryType
protected  List<BoundaryType> PolygonType.innerBoundaryIs
           
 

Methods in net.opengis.kml.v_2_3 that return BoundaryType
 BoundaryType ObjectFactory.createBoundaryType()
          Create an instance of BoundaryType
 BoundaryType PolygonType.getOuterBoundaryIs()
          Gets the value of the outerBoundaryIs property.
 BoundaryType BoundaryType.withBoundaryObjectExtensionGroup(AbstractObjectType... values)
           
 BoundaryType BoundaryType.withBoundaryObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 BoundaryType BoundaryType.withBoundaryObjectExtensionGroup(List<AbstractObjectType> value)
           
 BoundaryType BoundaryType.withBoundarySimpleExtensionGroup(Collection<Object> values)
           
 BoundaryType BoundaryType.withBoundarySimpleExtensionGroup(List<Object> value)
           
 BoundaryType BoundaryType.withBoundarySimpleExtensionGroup(Object... values)
           
 BoundaryType BoundaryType.withLinearRing(LinearRingType value)
           
 

Methods in net.opengis.kml.v_2_3 that return types with arguments of type BoundaryType
 JAXBElement<BoundaryType> ObjectFactory.createInnerBoundaryIs(BoundaryType value)
          Create an instance of JAXBElement<BoundaryType>}
 JAXBElement<BoundaryType> ObjectFactory.createOuterBoundaryIs(BoundaryType value)
          Create an instance of JAXBElement<BoundaryType>}
 List<BoundaryType> PolygonType.getInnerBoundaryIs()
          Gets the value of the innerBoundaryIs property.
 

Methods in net.opengis.kml.v_2_3 with parameters of type BoundaryType
 JAXBElement<BoundaryType> ObjectFactory.createInnerBoundaryIs(BoundaryType value)
          Create an instance of JAXBElement<BoundaryType>}
 JAXBElement<BoundaryType> ObjectFactory.createOuterBoundaryIs(BoundaryType value)
          Create an instance of JAXBElement<BoundaryType>}
 void PolygonType.setOuterBoundaryIs(BoundaryType value)
          Sets the value of the outerBoundaryIs property.
 PolygonType PolygonType.withInnerBoundaryIs(BoundaryType... values)
           
 PolygonType PolygonType.withOuterBoundaryIs(BoundaryType value)
           
 

Method parameters in net.opengis.kml.v_2_3 with type arguments of type BoundaryType
 void PolygonType.setInnerBoundaryIs(List<BoundaryType> value)
           
 PolygonType PolygonType.withInnerBoundaryIs(Collection<BoundaryType> values)
           
 PolygonType PolygonType.withInnerBoundaryIs(List<BoundaryType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.