public interface GeometryPackage
extends org.eclipse.emf.ecore.EPackage
GeometryFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
GeometryPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static GeometryPackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
static int |
GEOMETRY_DATA
The meta object id for the '
Data' class. |
static int |
GEOMETRY_DATA__INDICES
The feature id for the 'Indices' attribute.
|
static int |
GEOMETRY_DATA__MATERIAL_INDICES
The feature id for the 'Material Indices' attribute.
|
static int |
GEOMETRY_DATA__MATERIALS
The feature id for the 'Materials' attribute.
|
static int |
GEOMETRY_DATA__NORMALS
The feature id for the 'Normals' attribute.
|
static int |
GEOMETRY_DATA__VERTICES
The feature id for the 'Vertices' attribute.
|
static int |
GEOMETRY_DATA_FEATURE_COUNT
The number of structural features of the 'Data' class.
|
static int |
GEOMETRY_INFO
The meta object id for the '
Info' class. |
static int |
GEOMETRY_INFO__AREA
The feature id for the 'Area' attribute.
|
static int |
GEOMETRY_INFO__DATA
The feature id for the 'Data' reference.
|
static int |
GEOMETRY_INFO__MAX_BOUNDS
The feature id for the 'Max Bounds' reference.
|
static int |
GEOMETRY_INFO__MIN_BOUNDS
The feature id for the 'Min Bounds' reference.
|
static int |
GEOMETRY_INFO__PRIMITIVE_COUNT
The feature id for the 'Primitive Count' attribute.
|
static int |
GEOMETRY_INFO__START_INDEX
The feature id for the 'Start Index' attribute.
|
static int |
GEOMETRY_INFO__START_VERTEX
The feature id for the 'Start Vertex' attribute.
|
static int |
GEOMETRY_INFO__TRANSFORMATION
The feature id for the 'Transformation' attribute.
|
static int |
GEOMETRY_INFO__VOLUME
The feature id for the 'Volume' attribute.
|
static int |
GEOMETRY_INFO_FEATURE_COUNT
The number of structural features of the 'Info' class.
|
static int |
VECTOR3F
The meta object id for the '
Vector3f' class. |
static int |
VECTOR3F__X
The feature id for the 'X' attribute.
|
static int |
VECTOR3F__Y
The feature id for the 'Y' attribute.
|
static int |
VECTOR3F__Z
The feature id for the 'Z' attribute.
|
static int |
VECTOR3F_FEATURE_COUNT
The number of structural features of the 'Vector3f' class.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EAttribute |
getGeometryData_Indices()
Returns the meta object for the attribute '
Indices'. |
org.eclipse.emf.ecore.EAttribute |
getGeometryData_MaterialIndices()
Returns the meta object for the attribute '
Material Indices'. |
org.eclipse.emf.ecore.EAttribute |
getGeometryData_Materials()
Returns the meta object for the attribute '
Materials'. |
org.eclipse.emf.ecore.EAttribute |
getGeometryData_Normals()
Returns the meta object for the attribute '
Normals'. |
org.eclipse.emf.ecore.EAttribute |
getGeometryData_Vertices()
Returns the meta object for the attribute '
Vertices'. |
org.eclipse.emf.ecore.EClass |
getGeometryData()
Returns the meta object for class '
Data'. |
GeometryFactory |
getGeometryFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EAttribute |
getGeometryInfo_Area()
Returns the meta object for the attribute '
Area'. |
org.eclipse.emf.ecore.EReference |
getGeometryInfo_Data()
Returns the meta object for the reference '
Data'. |
org.eclipse.emf.ecore.EReference |
getGeometryInfo_MaxBounds()
Returns the meta object for the reference '
Max Bounds'. |
org.eclipse.emf.ecore.EReference |
getGeometryInfo_MinBounds()
Returns the meta object for the reference '
Min Bounds'. |
org.eclipse.emf.ecore.EAttribute |
getGeometryInfo_PrimitiveCount()
Returns the meta object for the attribute '
Primitive Count'. |
org.eclipse.emf.ecore.EAttribute |
getGeometryInfo_StartIndex()
Returns the meta object for the attribute '
Start Index'. |
org.eclipse.emf.ecore.EAttribute |
getGeometryInfo_StartVertex()
Returns the meta object for the attribute '
Start Vertex'. |
org.eclipse.emf.ecore.EAttribute |
getGeometryInfo_Transformation()
Returns the meta object for the attribute '
Transformation'. |
org.eclipse.emf.ecore.EAttribute |
getGeometryInfo_Volume()
Returns the meta object for the attribute '
Volume'. |
org.eclipse.emf.ecore.EClass |
getGeometryInfo()
Returns the meta object for class '
Info'. |
org.eclipse.emf.ecore.EAttribute |
getVector3f_X()
Returns the meta object for the attribute '
X'. |
org.eclipse.emf.ecore.EAttribute |
getVector3f_Y()
Returns the meta object for the attribute '
Y'. |
org.eclipse.emf.ecore.EAttribute |
getVector3f_Z()
Returns the meta object for the attribute '
Z'. |
org.eclipse.emf.ecore.EClass |
getVector3f()
Returns the meta object for class '
Vector3f'. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final GeometryPackage eINSTANCE
static final int GEOMETRY_INFO
Info' class.
static final int GEOMETRY_INFO__MIN_BOUNDS
static final int GEOMETRY_INFO__MAX_BOUNDS
static final int GEOMETRY_INFO__START_VERTEX
static final int GEOMETRY_INFO__START_INDEX
static final int GEOMETRY_INFO__PRIMITIVE_COUNT
static final int GEOMETRY_INFO__DATA
static final int GEOMETRY_INFO__TRANSFORMATION
static final int GEOMETRY_INFO__AREA
static final int GEOMETRY_INFO__VOLUME
static final int GEOMETRY_INFO_FEATURE_COUNT
static final int VECTOR3F
Vector3f' class.
static final int VECTOR3F__X
static final int VECTOR3F__Y
static final int VECTOR3F__Z
static final int VECTOR3F_FEATURE_COUNT
static final int GEOMETRY_DATA
Data' class.
static final int GEOMETRY_DATA__INDICES
static final int GEOMETRY_DATA__VERTICES
static final int GEOMETRY_DATA__NORMALS
static final int GEOMETRY_DATA__MATERIALS
static final int GEOMETRY_DATA__MATERIAL_INDICES
static final int GEOMETRY_DATA_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getGeometryInfo()
Info'.
GeometryInfoorg.eclipse.emf.ecore.EReference getGeometryInfo_MinBounds()
Min Bounds'.
GeometryInfo.getMinBounds(),
getGeometryInfo()org.eclipse.emf.ecore.EReference getGeometryInfo_MaxBounds()
Max Bounds'.
GeometryInfo.getMaxBounds(),
getGeometryInfo()org.eclipse.emf.ecore.EAttribute getGeometryInfo_StartVertex()
Start Vertex'.
GeometryInfo.getStartVertex(),
getGeometryInfo()org.eclipse.emf.ecore.EAttribute getGeometryInfo_StartIndex()
Start Index'.
GeometryInfo.getStartIndex(),
getGeometryInfo()org.eclipse.emf.ecore.EAttribute getGeometryInfo_PrimitiveCount()
Primitive Count'.
GeometryInfo.getPrimitiveCount(),
getGeometryInfo()org.eclipse.emf.ecore.EReference getGeometryInfo_Data()
Data'.
GeometryInfo.getData(),
getGeometryInfo()org.eclipse.emf.ecore.EAttribute getGeometryInfo_Transformation()
Transformation'.
GeometryInfo.getTransformation(),
getGeometryInfo()org.eclipse.emf.ecore.EAttribute getGeometryInfo_Area()
Area'.
GeometryInfo.getArea(),
getGeometryInfo()org.eclipse.emf.ecore.EAttribute getGeometryInfo_Volume()
Volume'.
GeometryInfo.getVolume(),
getGeometryInfo()org.eclipse.emf.ecore.EClass getVector3f()
Vector3f'.
Vector3forg.eclipse.emf.ecore.EAttribute getVector3f_X()
X'.
Vector3f.getX(),
getVector3f()org.eclipse.emf.ecore.EAttribute getVector3f_Y()
Y'.
Vector3f.getY(),
getVector3f()org.eclipse.emf.ecore.EAttribute getVector3f_Z()
Z'.
Vector3f.getZ(),
getVector3f()org.eclipse.emf.ecore.EClass getGeometryData()
Data'.
GeometryDataorg.eclipse.emf.ecore.EAttribute getGeometryData_Indices()
Indices'.
GeometryData.getIndices(),
getGeometryData()org.eclipse.emf.ecore.EAttribute getGeometryData_Vertices()
Vertices'.
GeometryData.getVertices(),
getGeometryData()org.eclipse.emf.ecore.EAttribute getGeometryData_Normals()
Normals'.
GeometryData.getNormals(),
getGeometryData()org.eclipse.emf.ecore.EAttribute getGeometryData_Materials()
Materials'.
GeometryData.getMaterials(),
getGeometryData()org.eclipse.emf.ecore.EAttribute getGeometryData_MaterialIndices()
Material Indices'.
GeometryData.getMaterialIndices(),
getGeometryData()GeometryFactory getGeometryFactory()
Copyright © 2016 OpenSource BIM. All rights reserved.