Uses of Interface
net.opengis.gml.SurfacePropertyType
-
Packages that use SurfacePropertyType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of SurfacePropertyType in net.opengis.gml
Methods in net.opengis.gml that return SurfacePropertyType Modifier and Type Method Description SurfacePropertyTypeBaseSurfaceDocument. addNewBaseSurface()Appends and returns a new empty "baseSurface" elementSurfacePropertyTypeOrientableSurfaceType. addNewBaseSurface()Appends and returns a new empty "baseSurface" elementSurfacePropertyTypeExtentOfDocument. addNewExtentOf()Appends and returns a new empty "extentOf" elementSurfacePropertyTypeSolidType. addNewExterior()Appends and returns a new empty "exterior" elementSurfacePropertyTypeSolidType. addNewInterior()Appends and returns a new empty value (as xml) as the last "interior" elementSurfacePropertyTypeCompositeSurfaceType. addNewSurfaceMember()Appends and returns a new empty value (as xml) as the last "surfaceMember" elementSurfacePropertyTypeMultiSurfaceType. addNewSurfaceMember()Appends and returns a new empty value (as xml) as the last "surfaceMember" elementSurfacePropertyTypeSurfaceMemberDocument. addNewSurfaceMember()Appends and returns a new empty "surfaceMember" elementSurfacePropertyTypeFaceType. addNewSurfaceProperty()Appends and returns a new empty "surfaceProperty" elementSurfacePropertyTypeSurfacePropertyDocument. addNewSurfaceProperty()Appends and returns a new empty "surfaceProperty" elementSurfacePropertyTypeBaseSurfaceDocument. getBaseSurface()Gets the "baseSurface" elementSurfacePropertyTypeOrientableSurfaceType. getBaseSurface()Gets the "baseSurface" elementSurfacePropertyTypeExtentOfDocument. getExtentOf()Gets the "extentOf" elementSurfacePropertyTypeSolidType. getExterior()Gets the "exterior" elementSurfacePropertyType[]SolidType. getInteriorArray()Gets array of all "interior" elementsSurfacePropertyTypeSolidType. getInteriorArray(int i)Gets ith "interior" elementSurfacePropertyTypeSurfaceMemberDocument. getSurfaceMember()Gets the "surfaceMember" elementSurfacePropertyType[]CompositeSurfaceType. getSurfaceMemberArray()Gets array of all "surfaceMember" elementsSurfacePropertyTypeCompositeSurfaceType. getSurfaceMemberArray(int i)Gets ith "surfaceMember" elementSurfacePropertyType[]MultiSurfaceType. getSurfaceMemberArray()Gets array of all "surfaceMember" elementsSurfacePropertyTypeMultiSurfaceType. getSurfaceMemberArray(int i)Gets ith "surfaceMember" elementSurfacePropertyTypeFaceType. getSurfaceProperty()Gets the "surfaceProperty" elementSurfacePropertyTypeSurfacePropertyDocument. getSurfaceProperty()Gets the "surfaceProperty" elementSurfacePropertyTypeSolidType. insertNewInterior(int i)Inserts and returns a new empty value (as xml) as the ith "interior" elementSurfacePropertyTypeCompositeSurfaceType. insertNewSurfaceMember(int i)Inserts and returns a new empty value (as xml) as the ith "surfaceMember" elementSurfacePropertyTypeMultiSurfaceType. insertNewSurfaceMember(int i)Inserts and returns a new empty value (as xml) as the ith "surfaceMember" elementstatic SurfacePropertyTypeSurfacePropertyType.Factory. newInstance()static SurfacePropertyTypeSurfacePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SurfacePropertyTypeSurfacePropertyType.Factory. parse(File file)static SurfacePropertyTypeSurfacePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SurfacePropertyTypeSurfacePropertyType.Factory. parse(InputStream is)static SurfacePropertyTypeSurfacePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SurfacePropertyTypeSurfacePropertyType.Factory. parse(Reader r)static SurfacePropertyTypeSurfacePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SurfacePropertyTypeSurfacePropertyType.Factory. parse(String xmlAsString)static SurfacePropertyTypeSurfacePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SurfacePropertyTypeSurfacePropertyType.Factory. parse(URL u)static SurfacePropertyTypeSurfacePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SurfacePropertyTypeSurfacePropertyType.Factory. parse(XMLStreamReader sr)static SurfacePropertyTypeSurfacePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SurfacePropertyTypeSurfacePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SurfacePropertyTypeSurfacePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SurfacePropertyTypeSurfacePropertyType.Factory. parse(Node node)static SurfacePropertyTypeSurfacePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type SurfacePropertyType Modifier and Type Method Description voidBaseSurfaceDocument. setBaseSurface(SurfacePropertyType baseSurface)Sets the "baseSurface" elementvoidOrientableSurfaceType. setBaseSurface(SurfacePropertyType baseSurface)Sets the "baseSurface" elementvoidExtentOfDocument. setExtentOf(SurfacePropertyType extentOf)Sets the "extentOf" elementvoidSolidType. setExterior(SurfacePropertyType exterior)Sets the "exterior" elementvoidSolidType. setInteriorArray(int i, SurfacePropertyType interior)Sets ith "interior" elementvoidSolidType. setInteriorArray(SurfacePropertyType[] interiorArray)Sets array of all "interior" elementvoidSurfaceMemberDocument. setSurfaceMember(SurfacePropertyType surfaceMember)Sets the "surfaceMember" elementvoidCompositeSurfaceType. setSurfaceMemberArray(int i, SurfacePropertyType surfaceMember)Sets ith "surfaceMember" elementvoidCompositeSurfaceType. setSurfaceMemberArray(SurfacePropertyType[] surfaceMemberArray)Sets array of all "surfaceMember" elementvoidMultiSurfaceType. setSurfaceMemberArray(int i, SurfacePropertyType surfaceMember)Sets ith "surfaceMember" elementvoidMultiSurfaceType. setSurfaceMemberArray(SurfacePropertyType[] surfaceMemberArray)Sets array of all "surfaceMember" elementvoidFaceType. setSurfaceProperty(SurfacePropertyType surfaceProperty)Sets the "surfaceProperty" elementvoidSurfacePropertyDocument. setSurfaceProperty(SurfacePropertyType surfaceProperty)Sets the "surfaceProperty" element -
Uses of SurfacePropertyType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement SurfacePropertyType Modifier and Type Class Description classSurfacePropertyTypeImplAn XML SurfacePropertyType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return SurfacePropertyType Modifier and Type Method Description SurfacePropertyTypeBaseSurfaceDocumentImpl. addNewBaseSurface()Appends and returns a new empty "baseSurface" elementSurfacePropertyTypeOrientableSurfaceTypeImpl. addNewBaseSurface()Appends and returns a new empty "baseSurface" elementSurfacePropertyTypeExtentOfDocumentImpl. addNewExtentOf()Appends and returns a new empty "extentOf" elementSurfacePropertyTypeSolidTypeImpl. addNewExterior()Appends and returns a new empty "exterior" elementSurfacePropertyTypeSolidTypeImpl. addNewInterior()Appends and returns a new empty value (as xml) as the last "interior" elementSurfacePropertyTypeCompositeSurfaceTypeImpl. addNewSurfaceMember()Appends and returns a new empty value (as xml) as the last "surfaceMember" elementSurfacePropertyTypeMultiSurfaceTypeImpl. addNewSurfaceMember()Appends and returns a new empty value (as xml) as the last "surfaceMember" elementSurfacePropertyTypeSurfaceMemberDocumentImpl. addNewSurfaceMember()Appends and returns a new empty "surfaceMember" elementSurfacePropertyTypeFaceTypeImpl. addNewSurfaceProperty()Appends and returns a new empty "surfaceProperty" elementSurfacePropertyTypeSurfacePropertyDocumentImpl. addNewSurfaceProperty()Appends and returns a new empty "surfaceProperty" elementSurfacePropertyTypeBaseSurfaceDocumentImpl. getBaseSurface()Gets the "baseSurface" elementSurfacePropertyTypeOrientableSurfaceTypeImpl. getBaseSurface()Gets the "baseSurface" elementSurfacePropertyTypeExtentOfDocumentImpl. getExtentOf()Gets the "extentOf" elementSurfacePropertyTypeSolidTypeImpl. getExterior()Gets the "exterior" elementSurfacePropertyType[]SolidTypeImpl. getInteriorArray()Gets array of all "interior" elementsSurfacePropertyTypeSolidTypeImpl. getInteriorArray(int i)Gets ith "interior" elementSurfacePropertyTypeSurfaceMemberDocumentImpl. getSurfaceMember()Gets the "surfaceMember" elementSurfacePropertyType[]CompositeSurfaceTypeImpl. getSurfaceMemberArray()Gets array of all "surfaceMember" elementsSurfacePropertyTypeCompositeSurfaceTypeImpl. getSurfaceMemberArray(int i)Gets ith "surfaceMember" elementSurfacePropertyType[]MultiSurfaceTypeImpl. getSurfaceMemberArray()Gets array of all "surfaceMember" elementsSurfacePropertyTypeMultiSurfaceTypeImpl. getSurfaceMemberArray(int i)Gets ith "surfaceMember" elementSurfacePropertyTypeFaceTypeImpl. getSurfaceProperty()Gets the "surfaceProperty" elementSurfacePropertyTypeSurfacePropertyDocumentImpl. getSurfaceProperty()Gets the "surfaceProperty" elementSurfacePropertyTypeSolidTypeImpl. insertNewInterior(int i)Inserts and returns a new empty value (as xml) as the ith "interior" elementSurfacePropertyTypeCompositeSurfaceTypeImpl. insertNewSurfaceMember(int i)Inserts and returns a new empty value (as xml) as the ith "surfaceMember" elementSurfacePropertyTypeMultiSurfaceTypeImpl. insertNewSurfaceMember(int i)Inserts and returns a new empty value (as xml) as the ith "surfaceMember" elementMethods in net.opengis.gml.impl with parameters of type SurfacePropertyType Modifier and Type Method Description voidBaseSurfaceDocumentImpl. setBaseSurface(SurfacePropertyType baseSurface)Sets the "baseSurface" elementvoidOrientableSurfaceTypeImpl. setBaseSurface(SurfacePropertyType baseSurface)Sets the "baseSurface" elementvoidExtentOfDocumentImpl. setExtentOf(SurfacePropertyType extentOf)Sets the "extentOf" elementvoidSolidTypeImpl. setExterior(SurfacePropertyType exterior)Sets the "exterior" elementvoidSolidTypeImpl. setInteriorArray(int i, SurfacePropertyType interior)Sets ith "interior" elementvoidSolidTypeImpl. setInteriorArray(SurfacePropertyType[] interiorArray)Sets array of all "interior" elementvoidSurfaceMemberDocumentImpl. setSurfaceMember(SurfacePropertyType surfaceMember)Sets the "surfaceMember" elementvoidCompositeSurfaceTypeImpl. setSurfaceMemberArray(int i, SurfacePropertyType surfaceMember)Sets ith "surfaceMember" elementvoidCompositeSurfaceTypeImpl. setSurfaceMemberArray(SurfacePropertyType[] surfaceMemberArray)Sets array of all "surfaceMember" elementvoidMultiSurfaceTypeImpl. setSurfaceMemberArray(int i, SurfacePropertyType surfaceMember)Sets ith "surfaceMember" elementvoidMultiSurfaceTypeImpl. setSurfaceMemberArray(SurfacePropertyType[] surfaceMemberArray)Sets array of all "surfaceMember" elementvoidFaceTypeImpl. setSurfaceProperty(SurfacePropertyType surfaceProperty)Sets the "surfaceProperty" elementvoidSurfacePropertyDocumentImpl. setSurfaceProperty(SurfacePropertyType surfaceProperty)Sets the "surfaceProperty" element
-